Skip to content

Commit

Permalink
ci: install when pnpm i
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Apr 26, 2023
1 parent 8299ff5 commit afa5b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true

- name: Set node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pack:zip": "rimraf extension.zip && jszip-cli add extension/* -o ./your-popup.zip",
"pack:crx": "crx pack extension -o ./your-popup.crx",
"pack:xpi": "cross-env WEB_EXT_ARTIFACTS_DIR=./ web-ext build --source-dir ./extension --filename your-popup.xpi --overwrite-dest",
"release": "bumpp && npm publish",
"release": "bumpp",
"start:chromium": "web-ext run --source-dir ./extension --target=chromium",
"start:firefox": "web-ext run --source-dir ./extension --target=firefox-desktop",
"clear": "rimraf --glob extension/dist extension/manifest.json extension.*",
Expand Down

1 comment on commit afa5b45

@vercel
Copy link

@vercel vercel bot commented on afa5b45 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.