Skip to content

Commit

Permalink
fix: fix command word
Browse files Browse the repository at this point in the history
fix command word
  • Loading branch information
zhangtengjin committed Nov 28, 2020
1 parent bdbb319 commit 3b4fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "export NODE_ENV='production' && build-storybook -c .storybook -o dist",
"compile": "npm run build-css && npm run build-ts",
"build-ts": "tsc -p tsconcfig.build.json",
"build-ts": "tsc -p tsconfig.build.json",
"release": "./scripts/release.sh",
"deploy-storybook": "storybook-to-ghpages",
"deploy": "./scripts/deploy.sh",
Expand Down

0 comments on commit 3b4fed4

Please sign in to comment.