diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ecb00ee..976e8e6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 6006040..8785ae9 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -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",