Skip to content

Commit

Permalink
Switched to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Apr 14, 2023
1 parent cb9bd02 commit 655889a
Show file tree
Hide file tree
Showing 7 changed files with 12,177 additions and 11,710 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: EndBug/[email protected]
with:
message: "[skip ci] [version-bump] Automated commit for version ${{ steps.version-bump.outputs.bumped-semantic-version }}"
- run: yarn install
- run: yarn build
- run: yarn publish --access public
- run: pnpm i --frozen-lockfile
- run: pnpm build
- run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Git tags update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Build storybook
run: |
yarn install
yarn build-storybook
pnpm install
pnpm build-storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stories-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
node-version: "16.x"
cache: "yarn"

- name: Yarn install
run: yarn install --network-timeout 1000000
- name: PNPM install
run: pnpm i --frozen-lockfile

- name: Run stories-check
id: storiesCheck
continue-on-error: true
run: yarn stories-check
run: pnpm stories-check

- name: Commit story changes
id: csc
Expand Down
Empty file.
Loading

0 comments on commit 655889a

Please sign in to comment.