We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8efb9f commit 55a58daCopy full SHA for 55a58da
package.json
@@ -33,7 +33,7 @@
33
"check:style": "run-p check:style:*",
34
"check:style:scss": "stylelint \"src/**/*.scss\"",
35
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
36
- "start": "ts-node -T tools/build --verbose --dirty --watch",
+ "start": "ts-node -T tools/build --verbose --all --dirty --watch",
37
"upgrade": "run-s upgrade:*",
38
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
39
"upgrade:install": "npm install"
0 commit comments