mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added new --all flag to development mode
This commit is contained in:
parent
d8efb9ffc4
commit
55a58da944
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user