Skip to content

Commit

Permalink
change dist to only affect main since docs css isn't distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 12, 2018
1 parent 4518288 commit aedd700
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 @@ -73,7 +73,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 ..",
"saucelabs-test": "node build/saucelabs-unit-test.js",
"dist": "npm-run-all --parallel css js",
"dist": "npm-run-all --parallel css-main js",
"test": "npm-run-all dist js-test docs-compile docs-lint bundlesize",
"watch": "npm-run-all --parallel watch-css-main watch-css-docs watch-js-main watch-js-docs",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"",
Expand Down

0 comments on commit aedd700

Please sign in to comment.