Skip to content

Commit

Permalink
chore: change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLY201 committed Feb 8, 2024
1 parent d69d9ad commit 46da884
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 @@ -11,8 +11,8 @@
"setup": "yarn reset && yarn",
"clean": "rm -rf dist",
"dev": "yarn build:ssr && rspack serve --watch",
"build": "yarn build:ssr && rspack build --config=./tools/rspack.config.ts && rm -rf dist/ssr",
"build:ssr": "yarn clean && rspack build --config=./tools/rspack.ssr.config.ts",
"build": "yarn clean && rspack build --config=./tools/rspack.config.ts && rm -rf dist/ssr",
"build:ssr": "rspack build --config=./tools/rspack.ssr.config.ts",
"new": "ts-node tools/addNewProblem.ts",
"lint": "eslint --fix --color --cache --quiet .",
"prepare": "husky install"
Expand Down

0 comments on commit 46da884

Please sign in to comment.