Skip to content

Commit

Permalink
fix install.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 2, 2024
1 parent 4b6965e commit fdb3c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "eslint --ext .js,.ts,.tsx --ignore-path .gitignore --ignore-pattern dist .",
"jest": "jest --preset ts-jest/presets/js-with-ts --env jsdom __tests__/*.tsx",
"tsc-test": "tsc --project . --noEmit",
"prepare-e2e": "test -z $CI || node node_modules/puppeteer/install.js || true",
"prepare-e2e": "test -z $CI || node node_modules/puppeteer/install.mjs",
"e2e-test:01_minimal": "server-test examples:01_minimal 8080 'jest --preset jest-puppeteer __tests__/e2e/01_minimal.ts'",
"e2e-test:02_typescript": "server-test examples:02_typescript 8080 'jest --preset jest-puppeteer __tests__/e2e/02_typescript.ts'",
"e2e-test:03_usestate": "server-test examples:03_usestate 8080 'jest --preset jest-puppeteer __tests__/e2e/03_usestate.ts'",
Expand Down

0 comments on commit fdb3c58

Please sign in to comment.