Skip to content

Commit 3b4fed4

Browse files
committed
fix: fix command word
fix command word
1 parent bdbb319 commit 3b4fed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"storybook": "start-storybook -p 9001 -c .storybook",
1313
"build-storybook": "export NODE_ENV='production' && build-storybook -c .storybook -o dist",
1414
"compile": "npm run build-css && npm run build-ts",
15-
"build-ts": "tsc -p tsconcfig.build.json",
15+
"build-ts": "tsc -p tsconfig.build.json",
1616
"release": "./scripts/release.sh",
1717
"deploy-storybook": "storybook-to-ghpages",
1818
"deploy": "./scripts/deploy.sh",

0 commit comments

Comments
 (0)