Skip to content

Commit

Permalink
Update packages/rspack-dev-server/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
hardfist and chenjiahan authored Sep 4, 2024
1 parent 581188b commit 292ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"prepare": "prebundle",
"build": "tsc -b ./tsconfig.build.json",
"build": "tsc -b ./tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"dev": "tsc -b -w ./tsconfig.build.json",
"test": "rimraf .test-temp && cross-env NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --colors",
"api-extractor": "api-extractor run --verbose",
Expand Down

0 comments on commit 292ed8b

Please sign in to comment.