Skip to content

Commit

Permalink
Auto install parcel polyfill deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 14, 2024
1 parent 245c425 commit d5ff7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
npm install
- name: Build example project and copy docs
env:
PARCEL_AUTOINSTALL: "true"
run: |
npm run build
npm run genDocs
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/yargs": "^17.0.33",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"parcel": "^2.8.3",
"parcel": "^2.13.0",
"parcel-resolver-ignore": "^2.1.5",
"process": "^0.11.10",
"rimraf": "^4.1.2",
Expand Down

0 comments on commit d5ff7d5

Please sign in to comment.