storybook build task
This commit is contained in:
parent
45de85d693
commit
2ba79fde26
@ -8,7 +8,8 @@
|
|||||||
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
|
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
|
||||||
"test:watch": "npm test -- --watch",
|
"test:watch": "npm test -- --watch",
|
||||||
"build": "webpack --config webpack.config.js",
|
"build": "webpack --config webpack.config.js",
|
||||||
"storybook": "start-storybook -p 9001"
|
"storybook": "start-storybook -p 9001",
|
||||||
|
"storybook-build": "build-storybook -o dist"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"netlify",
|
"netlify",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user