We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3987e10 commit 8634860Copy full SHA for 8634860
package.json
@@ -4,7 +4,7 @@
4
"description": "OpenAPI → Axios",
5
"scripts": {
6
"prepare": "husky install",
7
- "build": "vite build",
+ "build": "NODE_ENV=production vite build",
8
"lint:js": "eslint --ext=.cjs,.mjs,.ts,.tsx src test",
9
"lint:js:fix": "eslint --ext=.cjs,.mjs,.ts,.tsx src test --fix",
10
"lint:type": " tsc --project tsconfig.json",
0 commit comments