Skip to content

Commit

Permalink
install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh committed Dec 10, 2023
1 parent 58f14e3 commit ce5dd77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pnpm install

- name: Install Chrome
run: npx puppeteer browsers install chrome
run: pnpm install-chrome

- name: Typecheck & Build
run: pnpm build
Expand Down
3 changes: 2 additions & 1 deletion packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"dev": "tsup --watch",
"lint": "eslint src --ext .tsx",
"test": "concurrently \"http-server ./build/ -p 8080\" \"node src/browser.test.js\" --kill-others",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"install-chrome": "puppeteer browsers install chrome"
},
"keywords": [
"identity",
Expand Down

0 comments on commit ce5dd77

Please sign in to comment.