Skip to content

Commit

Permalink
chore: 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed May 24, 2024
1 parent 3987e10 commit 8634860
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 @@ -4,7 +4,7 @@
"description": "OpenAPI → Axios",
"scripts": {
"prepare": "husky install",
"build": "vite build",
"build": "NODE_ENV=production vite build",
"lint:js": "eslint --ext=.cjs,.mjs,.ts,.tsx src test",
"lint:js:fix": "eslint --ext=.cjs,.mjs,.ts,.tsx src test --fix",
"lint:type": " tsc --project tsconfig.json",
Expand Down

0 comments on commit 8634860

Please sign in to comment.