Skip to content

Commit

Permalink
build: removed invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Dec 24, 2019
1 parent 4b98a6b commit 92932bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Expand Up @@ -26,7 +26,7 @@
],
"scripts": {
"docs": "start-storybook --quiet --ci -p 2999",
"docs:build": "build-storybook --quiet --ci -o dist",
"docs:build": "build-storybook --quiet -o dist",
"docs:deploy": "npm run docs:build && node .storybook/deploy.js"
},
"dependencies": {
Expand Down

0 comments on commit 92932bd

Please sign in to comment.