Skip to content

Commit

Permalink
add wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-gorules committed Jul 4, 2024
1 parent aa631e9 commit 2f2e9ff
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: pnpm format

- name: Build
run: pnpm build --verbose
run: pnpm build
3 changes: 3 additions & 0 deletions packages/zen-engine-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"build": "wasm-pack build --out-dir dist --target web --no-pack --release",
"build-debug": "wasm-pack build --out-dir dist --target web --no-pack --dev",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"wasm-pack": "^0.13.0"
}
}
37 changes: 37 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f2e9ff

Please sign in to comment.