chore(frontend): switch from pnpm to npm
This commit is contained in:
parent
1adb26e8b8
commit
a89a5b3494
8 changed files with 6369 additions and 4249 deletions
|
@ -3,12 +3,8 @@
|
|||
"tasks": [
|
||||
{
|
||||
"name": "run-prettier",
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
"prettier",
|
||||
"-w",
|
||||
"${staged}"
|
||||
],
|
||||
"command": "npx",
|
||||
"args": ["prettier", "-w", "${staged}"],
|
||||
"include": [
|
||||
"Foxnouns.Frontend/**/*.ts",
|
||||
"Foxnouns.Frontend/**/*.json",
|
||||
|
@ -22,13 +18,8 @@
|
|||
{
|
||||
"name": "run-csharpier",
|
||||
"command": "dotnet",
|
||||
"args": [
|
||||
"csharpier",
|
||||
"${staged}"
|
||||
],
|
||||
"include": [
|
||||
"**/*.cs"
|
||||
]
|
||||
"args": ["csharpier", "${staged}"],
|
||||
"include": ["**/*.cs"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue