We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddd588 commit b733c4dCopy full SHA for b733c4d
Makefile
@@ -58,9 +58,11 @@ install:
58
# Stage WASM assets into the react package for distribution
59
# Depends on wasm target; skip with `make stage-wasm-only` if files already exist.
60
stage-wasm: wasm
61
+ mkdir -p react/wasm
62
cp gnata-lsp.wasm lsp-wasm_exec.js react/wasm/
63
64
stage-wasm-only:
65
66
67
68
# Build and publish npm packages
playground/package.json
@@ -11,6 +11,7 @@
11
"test": "vitest run",
12
"test:watch": "vitest",
13
"test:e2e": "playwright test",
14
+ "test:compat": "playwright test e2e/sqlite-compat.spec.ts",
15
"test:all": "vitest run && playwright test"
16
},
17
"dependencies": {
0 commit comments