We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbb319 commit 3b4fed4Copy full SHA for 3b4fed4
package.json
@@ -12,7 +12,7 @@
12
"storybook": "start-storybook -p 9001 -c .storybook",
13
"build-storybook": "export NODE_ENV='production' && build-storybook -c .storybook -o dist",
14
"compile": "npm run build-css && npm run build-ts",
15
- "build-ts": "tsc -p tsconcfig.build.json",
+ "build-ts": "tsc -p tsconfig.build.json",
16
"release": "./scripts/release.sh",
17
"deploy-storybook": "storybook-to-ghpages",
18
"deploy": "./scripts/deploy.sh",
0 commit comments