Refactor misleading script
This commit is contained in:
parent
95af0ea1fb
commit
11436c3e5a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"rebuild": "npm run --workspaces rebuild",
|
"rebuild": "npm run --workspaces rebuild",
|
||||||
"watch": "concurrently --raw \"npm run --workspaces --if-present watch\" \"npm run --workspaces --if-present start\"",
|
"watch": "concurrently --raw \"npm run --workspaces --if-present watch\"",
|
||||||
"clean": "npm run --workspaces clean",
|
"clean": "npm run --workspaces clean",
|
||||||
"lint-local": "eslint --max-warnings 0 .eslintrc.cjs",
|
"lint-local": "eslint --max-warnings 0 .eslintrc.cjs",
|
||||||
"lint-local-ide": "npm run lint-local || exit 0",
|
"lint-local-ide": "npm run lint-local || exit 0",
|
||||||
|
|
Loading…
Reference in a new issue