Skip to content

Commit b733c4d

Browse files
committed
fix
1 parent 2ddd588 commit b733c4d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ install:
5858
# Stage WASM assets into the react package for distribution
5959
# Depends on wasm target; skip with `make stage-wasm-only` if files already exist.
6060
stage-wasm: wasm
61+
mkdir -p react/wasm
6162
cp gnata-lsp.wasm lsp-wasm_exec.js react/wasm/
6263

6364
stage-wasm-only:
65+
mkdir -p react/wasm
6466
cp gnata-lsp.wasm lsp-wasm_exec.js react/wasm/
6567

6668
# Build and publish npm packages

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"test": "vitest run",
1212
"test:watch": "vitest",
1313
"test:e2e": "playwright test",
14+
"test:compat": "playwright test e2e/sqlite-compat.spec.ts",
1415
"test:all": "vitest run && playwright test"
1516
},
1617
"dependencies": {

0 commit comments

Comments
 (0)