We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e2837 commit 022e9e2Copy full SHA for 022e9e2
1 file changed
packages/@postgres-language-server/wasm/package.json
@@ -26,9 +26,9 @@
26
"build:ts": "tsc -p tsconfig.build.json && cp wasm/pgls.wasm wasm/pgls.js dist/",
27
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
28
"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"
+ "test:e2e": "playwright test",
+ "test:e2e:ui": "playwright test --ui",
+ "test:e2e:install": "playwright install chromium"
32
},
33
"files": [
34
"dist/",
0 commit comments