Skip to content

Commit

Permalink
Remove --config arg
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Oct 24, 2024
1 parent f7d9ac3 commit 89a12f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"reflect-metadata": "^0.2.2"
},
"scripts": {
"start": "npm run build:rust && cross-env NODE_ENV=development rspack dev --config rspack.config.ts",
"build": "npm run build:rust && cross-env NODE_ENV=production rspack build --config rspack.config.ts",
"start": "npm run build:rust && cross-env NODE_ENV=development rspack dev",
"build": "npm 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 Down

0 comments on commit 89a12f6

Please sign in to comment.