Skip to content

Commit

Permalink
docs(netlify): Added build:storybook script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Jul 17, 2019
1 parent 0b4dc81 commit 2a8397c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"start": "start-storybook -p 6006 -c packages/docs/.storybook",
"build": "node ./scripts/rollup/build.js",
"build:storybook": "build-storybook -c packages/docs/.storybook -o .out",
"test": "npm-run-all --sequential test:clean test:jest:coverage test:karma test:combineCoverage",
"test:coveralls": "npm run test && cat ./coverage/lcov.info | coveralls",
"test:clean": "node scripts/test/clean.js",
Expand Down

0 comments on commit 2a8397c

Please sign in to comment.