Refactor misleading script

This commit is contained in:
Manuel Thalmann 2022-12-14 09:25:40 +01:00
parent 95af0ea1fb
commit 11436c3e5a
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -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",