Skip to content

Commit

Permalink
fix: ci publish package and deploy storybook
Browse files Browse the repository at this point in the history
fpasquet committed Jan 2, 2024
1 parent e2cf5bc commit a70fb48
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Restore NPM Cache
uses: ./.github/actions/restore-npm-cache

- name: Build Storybook
run: npm run build:storybook

3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Restore NPM Cache
uses: ./.github/actions/restore-npm-cache

- name: Build Library
run: npm run build

0 comments on commit a70fb48

Please sign in to comment.