Skip to content

Commit

Permalink
help the poor folk on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed May 27, 2024
1 parent 25df286 commit 2045b57
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"rimraf": "^5.0.7",
"turbo": "^1.13.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cadmium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"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",
"build:dev": "cargo check && RUST_BACKTRACE=1 wasm-pack build --no-pack --target web --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": "rm -rf target pkg node_modules",
"clean": "rimraf target pkg node_modules",
"test": "cargo test",
"postinstall": "pnpm build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"clean": "rm -rf node_modules"
"clean": "rimraf node_modules"
},
"dependencies": {
"cadmium": "workspace:*",
Expand Down
24 changes: 24 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 2045b57

Please sign in to comment.