0
0
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:
Johann-S 2017-04-27 23:20:29 +02:00 committed by GitHub
parent d336adfafd
commit ebf0c3104e

View File

@ -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",