Skip to content

Commit

Permalink
fix: dist command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed Mar 26, 2018
1 parent d3d7c6b commit 2901b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"preinstall": "./scripts/pre-install",
"start": "NODE_ENV=development npm run storybook --root ./ ",
"dist":
"npm run clean && NODE_ENV=production webpack -p --config ./webpack.config.js",
"dist": "npm run clean && NODE_ENV=production webpack -p --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"commitlint": "commitlint -e",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 2901b3d

Please sign in to comment.