Skip to content

Commit

Permalink
improve debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Oct 29, 2024
1 parent b5e1708 commit 6606485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"serve": "esbuild --bundle --servedir=.",
"build": "pnpm compile && pnpm build-literal",
"compile": "wasm-pack build --release --target deno --out-name index --out-dir compiled/surreal --no-default-features --features kv-indxdb,kv-mem",
"build:debug": "pnpm compile:debug && pnpm build-literal",
"compile:debug": "wasm-pack build --dev --target deno --out-name index --out-dir compiled/surreal --no-default-features --features kv-indxdb,kv-mem",
"build-literal": "node build/index.js"
},
"devDependencies": {
Expand Down

0 comments on commit 6606485

Please sign in to comment.