Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
ci: migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Oct 15, 2022
1 parent 10fb9ec commit 8dd267f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Install and check 🔍
run: |
yarn
yarn validate
npx pnpm install
npx pnpm run validate
- name: Build 🔧
run: yarn build
run: npx pnpm run build
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
ENV: "PRODUCTION"
run: |
sed -i "s/NULL_RELEASE/$GITHUB_SHA/" src/index.ts
yarn
yarn build
npx pnpm install
npx pnpm run build
- name: Install SSH Client 🔑
uses: webfactory/ssh-agent@v0.4.1
Expand Down

0 comments on commit 8dd267f

Please sign in to comment.