Skip to content

Commit

Permalink
actually make windows users lives a little bit easier?
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed May 30, 2024
1 parent 44b051b commit 3b10621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cadmium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A CAD program written in Rust with a JS front end",
"scripts": {
"dev": "pnpm build:dev && onchange 'src/**/*.rs' -- pnpm build:dev",
"build:dev": "cross-env cargo check && RUST_BACKTRACE=1 wasm-pack build --no-pack --target web --dev",
"build:dev": "cross-env cargo check && set RUST_BACKTRACE=1 wasm-pack build --no-pack --target web --dev",
"build": "wasm-pack build --target web --no-pack",
"clean": "rimraf target pkg node_modules",
"test": "cargo test",
Expand Down

0 comments on commit 3b10621

Please sign in to comment.