We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9596364 commit 1e68421Copy full SHA for 1e68421
package.json
@@ -8,8 +8,9 @@
8
"lint": "bun run --filter \"*\" lint",
9
"typecheck": "bun run --filter \"*\" typecheck",
10
"build:wasm": "bun ./scripts/cargo-msfs.ts",
11
+ "build:gauge": "bun --cwd=\"./example/gauge\" run build",
12
"copy:wasm": "bun run ./scripts/copy-wasm-module.ts",
- "build": "bun run build:wasm && bun run copy:wasm",
13
+ "build:example": "bun run build:wasm && bun run build:gauge && bun run copy:wasm",
14
"package": "bestzip wasm.zip dist/wasm/*"
15
},
16
"devDependencies": {
0 commit comments