Skip to content

Commit

Permalink
Reverting type check in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Jan 13, 2025
1 parent 240965b commit be7b06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
path: storybook-static
install_command: npm i
build_command: NODE_ENV=production npm run type-check && npm run build:for:storybook && npm run build:storybook
build_command: NODE_ENV=production npm run build:for:storybook && npm run build:storybook

0 comments on commit be7b06e

Please sign in to comment.