Skip to content

Commit

Permalink
chore: test ssr build only
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLY201 committed Feb 8, 2024
1 parent 67549a3 commit 046bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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": "yarn build:ssr && rspack build --config=./tools/rspack.ssr.config.ts && rm -rf dist/ssr",
"build:ssr": "yarn clean && rspack build --config=./tools/rspack.ssr.config.ts",
"new": "ts-node tools/addNewProblem.ts",
"lint": "eslint --fix --color --cache --quiet .",
Expand Down

0 comments on commit 046bc34

Please sign in to comment.