Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Oct 24, 2024
1 parent 1bcdcff commit bf27038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"reflect-metadata": "^0.2.2"
},
"scripts": {
"start": "npm run build:rust && cross-env NODE_ENV=development rspack dev",
"build": "npm run build:rust && cross-env NODE_ENV=production rspack build",
"start": "pnpm run build:rust && cross-env NODE_ENV=development rspack dev",
"build": "pnpm run build:rust && cross-env NODE_ENV=production rspack build",
"build:rust": "wasm-pack build -t web rust",
"build:ZeldaWindWaker": "cd src/ZeldaWindWaker/tools && tsx --experimental-wasm-modules zww_extractor.ts",
"build:ztp": "cd src/ZeldaTwilightPrincess/tools && tsx ztp_extractor.ts",
Expand All @@ -47,7 +47,7 @@
"build:TheWitness": "cd src/TheWitness/tools && tsx extractor.ts",
"test:DeBlob2": "cd src/DeBlob2/tools && tsx systest.ts",
"typecheck": "tsc -w --noEmit",
"watch:rust": "onchange rust/**/*.rs -- npm run build:rust"
"watch:rust": "onchange rust/**/*.rs -- pnpm run build:rust"
},
"bin": {
"nc-bcsvtool": "./src/tools/bcsvtool.ts",
Expand Down

0 comments on commit bf27038

Please sign in to comment.