Skip to content

Commit

Permalink
add install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
phamleduy04 committed Aug 6, 2024
1 parent d718dc4 commit 8b252d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc",
"start": "ts-node --transpile-only src/index.ts",
"eslint": "eslint src/**/*.ts",
"dev-token": "cross-env NODE_ENV=development ts-node src/Browser/index.ts"
"dev-token": "cross-env NODE_ENV=development ts-node src/Browser/index.ts",
"install-chrome": "npx @puppeteer/browsers install chrome@stable"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8b252d4

Please sign in to comment.