Skip to content

Commit be7b06e

Browse files
Reverting type check in actions
1 parent 240965b commit be7b06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
path: storybook-static
2323
install_command: npm i
24-
build_command: NODE_ENV=production npm run type-check && npm run build:for:storybook && npm run build:storybook
24+
build_command: NODE_ENV=production npm run build:for:storybook && npm run build:storybook

0 commit comments

Comments
 (0)