Skip to content

Commit

Permalink
Added new --all flag to development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 10, 2022
1 parent d8efb9f commit 55a58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"check:style": "run-p check:style:*",
"check:style:scss": "stylelint \"src/**/*.scss\"",
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
"start": "ts-node -T tools/build --verbose --dirty --watch",
"start": "ts-node -T tools/build --verbose --all --dirty --watch",
"upgrade": "run-s upgrade:*",
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
"upgrade:install": "npm install"
Expand Down

0 comments on commit 55a58da

Please sign in to comment.