mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Run js-test locally before js-test-cloud
This commit is contained in:
parent
d336adfafd
commit
ebf0c3104e
@ -53,7 +53,7 @@
|
||||
"release-version": "node build/change-version.js",
|
||||
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
|
||||
"dist": "npm-run-all --parallel css js",
|
||||
"test": "npm-run-all dist docs"
|
||||
"test": "npm-run-all dist js-test docs"
|
||||
},
|
||||
"style": "dist/css/bootstrap.css",
|
||||
"sass": "scss/bootstrap.scss",
|
||||
|
Loading…
Reference in New Issue
Block a user