Skip to content

Commit

Permalink
PNPM to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jul 30, 2024
1 parent 2aca4c5 commit 197ca05
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Set up pNPM
uses: pnpm/action-setup@v3
with:
version: latest
run_install: true

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'

- name: Install packages
run: npm ci

- name: Build and package extension
run: pnpm build --target=chrome-mv3 --zip && pnpm build --target=firefox-mv3 --zip
run: npm build --target=chrome-mv3 --zip && npm build --target=firefox-mv3 --zip

- name: Publish extension
uses: PlasmoHQ/bpp@v3
Expand Down

0 comments on commit 197ca05

Please sign in to comment.