Skip to content

Commit

Permalink
add a playwright postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 19, 2023
1 parent 2385ba5 commit aeda662
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 @@ -37,7 +37,8 @@
"build:lib": "esbuild src/*.ts --outdir=lib --format=esm",
"build:esm-bundle": "esbuild --bundle src/index.ts --outfile=loupe.js --format=esm",
"build:cjs-bundle": "esbuild --bundle src/index.ts --outfile=loupe.js --format=cjs",
"upload-coverage": "codecov"
"upload-coverage": "codecov",
"postinstall": "npx playwright install"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit aeda662

Please sign in to comment.