Skip to content

Commit

Permalink
change yarn to npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zingarelli committed May 16, 2023
1 parent 62404a2 commit c22df09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
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: |
yarn install --frozen-lockfile
yarn build
yarn release
npm ci
npm run build
npm run release

0 comments on commit c22df09

Please sign in to comment.