Skip to content

Commit 022e9e2

Browse files
psteinroeclaude
andcommitted
fix: use bare playwright command in wasm package scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 79e2837 commit 022e9e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/@postgres-language-server/wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"build:ts": "tsc -p tsconfig.build.json && cp wasm/pgls.wasm wasm/pgls.js dist/",
2727
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
2828
"test": "bun test",
29-
"test:e2e": "./node_modules/.bin/playwright test",
30-
"test:e2e:ui": "./node_modules/.bin/playwright test --ui",
31-
"test:e2e:install": "./node_modules/.bin/playwright install chromium"
29+
"test:e2e": "playwright test",
30+
"test:e2e:ui": "playwright test --ui",
31+
"test:e2e:install": "playwright install chromium"
3232
},
3333
"files": [
3434
"dist/",

0 commit comments

Comments
 (0)