Skip to content

Commit

Permalink
feat: publish.yml 수정
Browse files Browse the repository at this point in the history
package-lock.json 오류로 인해 cache-dependency-path속성 삭제
  • Loading branch information
Legitgoons committed May 28, 2024
1 parent 58d1b9e commit 54afd70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Install dependencies
run: npm install

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

- name: Deploy Storybook to GitHub Pages
if: matrix.node-version == 18
Expand Down

0 comments on commit 54afd70

Please sign in to comment.