Skip to content

Commit

Permalink
Updates build script to include storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed Jul 9, 2019
1 parent afad0c6 commit 715031c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -16,12 +16,13 @@
},
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"build": "npm run build:webpack && npm run build:build:storybook",
"build:webpack": "webpack --mode production",
"build:storybook": "build-storybook -s public",
"test": "jest --watch",
"check-types": "tsc",
"lint:ts": "tslint 'src/**/*.{ts,tsx,js}'",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"now-build": "npm run build"
},
"eslintConfig": {
Expand Down

0 comments on commit 715031c

Please sign in to comment.