Skip to content

Commit

Permalink
fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmihalevich committed Sep 23, 2023
1 parent 62c2c20 commit 84eedd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
if: always()
run: npm run test:unit
- name: build storybook
run: npm run build-storybook
run: npm run storybook:build
if: always()
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npm run lint:ts
npm run lint:scss
npm run prettier
npm run test:unit
npm run build-storybook
npm run storybook:build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "npx prettier --write **/*.{ts,tsx,json}",
"test:unit": "jest --config ./config/jest/jest.config.ts",
"storybook": "storybook dev -p 6006 -c ./config/storybook",
"build-storybook": "storybook build -c ./config/storybook",
"storybook:build": "storybook build -c ./config/storybook",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit 84eedd4

Please sign in to comment.