mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-21 13:52:17 +01:00
Add an update-deps
npm script.
This commit is contained in:
parent
aa690bbc3c
commit
8daa814fd8
@ -19,6 +19,7 @@
|
||||
"release": "grunt prep-release && npm run sri && npm run release-zip",
|
||||
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
|
||||
"change-version": "node grunt/change-version.js",
|
||||
"update-deps": "ncu -a -x \"autoprefixer,grunt-stylelint,karma,karma-qunit,load-grunt-tasks,markdown-it,qunitjs,replace-in-file,stylelint,stylelint-order\" && npm update && bundle update && echo Manually update \"docs/assets/js/vendor/\"",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"style": "dist/css/bootstrap.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user