Refactor misleading script
This commit is contained in:
parent
95af0ea1fb
commit
11436c3e5a
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"lint-local": "eslint --max-warnings 0 .eslintrc.cjs",
|
||||
"lint-local-ide": "npm run lint-local || exit 0",
|
||||
|
|
Loading…
Reference in a new issue