Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogueron committed Mar 20, 2019
1 parent 1b01953 commit 2c4ab74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"clean": "rm -rf lib && mkdir lib",
"prepublish": "npm run lib",
"storybook": "start-storybook -p 6006",
"build": "webpack"
"build": "webpack",
"build:cjs": "cross-env NODE_ENV=production babel --config-file ./babel.config.js ./src --out-dir ./lib --ignore \"**/*.test.js\""
},
"files": [
"*.md",
Expand Down

0 comments on commit 2c4ab74

Please sign in to comment.