Skip to content

Commit

Permalink
chore: Update to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Apr 2, 2024
1 parent 578fa7d commit dd676e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 70,207 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
#👇 npm token, see https://storybook.js.org/tutorials/design-systems-for-developers/react/en/distribute/ to obtain it
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
npm run build
npm run release
yarn --frozen-lockfile
yarn run build
yarn run release
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
yarn --frozen-lockfile
npx chromatic --project-token ${{ secrets.CHROMATIC_TOKEN }} --exit-zero-on-changes --ci
Loading

0 comments on commit dd676e1

Please sign in to comment.