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 81e6b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
},
"scripts": {
"serve": "esbuild --bundle --servedir=.",
"build": "pnpm compile && pnpm build-literal",
"build": "pnpm compile:release && 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 81e6b32

Please sign in to comment.