Skip to content

Commit

Permalink
chore(storybook): Adjusting Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 25, 2024
1 parent 66436ae commit 4b9f578
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
with:
node-version-file: "packages/storybook/.nvmrc"
cache: "yarn"
cache-dependency-path: |
**/yarn.lock
**/node_modules
**/dist
**/.yarn
**/.turbo

- name: Initialize .npmrc
run: cat $NPM_CONFIG_USERCONFIG >> .npmrc
Expand Down Expand Up @@ -78,12 +72,6 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: "yarn"
cache-dependency-path: |
**/yarn.lock
**/node_modules
**/dist
**/.yarn
**/.turbo

- name: Initialize .npmrc
run: cat $NPM_CONFIG_USERCONFIG >> .npmrc
Expand Down

0 comments on commit 4b9f578

Please sign in to comment.