Skip to content

Commit 55a58da

Browse files
committed
Added new --all flag to development mode
1 parent d8efb9f commit 55a58da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"check:style": "run-p check:style:*",
3434
"check:style:scss": "stylelint \"src/**/*.scss\"",
3535
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
36-
"start": "ts-node -T tools/build --verbose --dirty --watch",
36+
"start": "ts-node -T tools/build --verbose --all --dirty --watch",
3737
"upgrade": "run-s upgrade:*",
3838
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
3939
"upgrade:install": "npm install"

0 commit comments

Comments
 (0)