Skip to content

Commit

Permalink
Workaround for playground e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott committed Feb 4, 2025
1 parent 982c750 commit 3591e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test": "vitest run",
"test:watch": "vitest -w",
"watch": "vite",
"test:e2e": "cross-env PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e ",
"test:e2e:headed": "cross-env PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e --headed",
"test:e2e": "cross-env NODE_ENV=production PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e ",
"test:e2e:headed": "cross-env NODE_ENV=production PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e --headed",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit 3591e09

Please sign in to comment.