Skip to content

Commit

Permalink
feat: make parameter chrome optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed May 25, 2023
1 parent db9fbb9 commit 14033fa
Show file tree
Hide file tree
Showing 7 changed files with 4,281 additions and 1,418 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": [
"chieforz",
Expand Down
1 change: 1 addition & 0 deletions bin/pdf-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void (async () => {
type: 'string',
describe:
'The path to the chromium executable that will be used by puppeteer',
optional: true,
},
})
.epilogue(epilogue)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"express": "^4.17.3",
"fast-glob": "^3.2.11",
"pdf-lib": "^1.17.1",
"puppeteer-chromium-resolver": "^20.0.0",
"puppeteer-core": "^19.0.0",
"puppeteer-report": "^3.0.1",
"rimraf": "^5.0.0",
Expand Down
Loading

0 comments on commit 14033fa

Please sign in to comment.