Skip to content

Commit

Permalink
fix build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Dec 4, 2024
1 parent 8b34b05 commit 20cd153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liwords-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "rsbuild dev",
"build": "tsc && rsbuild --env-mode production build",
"build": "tsc && rsbuild build --env-mode production",
"preview": "rsbuild preview",
"test": "vitest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
Expand Down

0 comments on commit 20cd153

Please sign in to comment.