Skip to content

Commit 8634860

Browse files
committed
chore: 代码优化
1 parent 3987e10 commit 8634860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",
7-
"build": "vite build",
7+
"build": "NODE_ENV=production vite build",
88
"lint:js": "eslint --ext=.cjs,.mjs,.ts,.tsx src test",
99
"lint:js:fix": "eslint --ext=.cjs,.mjs,.ts,.tsx src test --fix",
1010
"lint:type": " tsc --project tsconfig.json",

0 commit comments

Comments
 (0)