Skip to content

Commit

Permalink
fix script reference in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talshani committed Jul 9, 2022
1 parent cfdeddd commit 78c7ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"serve": "../../packages/ladle/cjs/lib/cli/cli.js serve -p 61101",
"serve-prod": "../../packages/ladle/cjs/lib/cli/cli.js preview -p 61101",
"build": "(cd ../../packages/ladle; ./build-cjs.sh) && ../../packages/ladle/cjs/lib/cli/cli.js build",
"build": "pnpm --filter @ladel/react build && node ../../packages/ladle/cjs/lib/cli/cli.js build",
"lint": "echo 'no lint'",
"test-dev": "start-server-and-test serve 61101 'PW_EXPERIMENTAL_TS_ESM=1 npx playwright test'",
"test-prod": "start-server-and-test serve-prod 61101 'PW_EXPERIMENTAL_TS_ESM=1 npx playwright test'",
Expand Down

0 comments on commit 78c7ee8

Please sign in to comment.