Skip to content

Commit

Permalink
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 53fff99 commit 44b051b
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 @@ -5,7 +5,7 @@
],
"description": "A CAD program written in Rust with a JS front end",
"scripts": {
"dev": "pnpm run build:dev; onchange 'src/**/*.rs' -- pnpm run build:dev",
"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": "wasm-pack build --target web --no-pack",
"clean": "rimraf target pkg node_modules",
Expand Down

0 comments on commit 44b051b

Please sign in to comment.