Skip to content

Commit

Permalink
Run js-test locally before js-test-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Apr 26, 2017
1 parent 33715a7 commit e304dd3
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 @@ -51,7 +51,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",
Expand Down

0 comments on commit e304dd3

Please sign in to comment.