We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f961974 commit 1343b3bCopy full SHA for 1343b3b
antd-pro/package.json
@@ -5,7 +5,7 @@
5
"description": "An out-of-box UI solution for enterprise applications",
6
"scripts": {
7
"analyze": "cross-env ANALYZE=1 max build",
8
- "build": "max build",
+ "build": "cross-env REACT_APP_ENV=prod max build",
9
"deploy": "npm run build && npm run gh-pages",
10
"dev": "npm run start:dev",
11
"gh-pages": "gh-pages -d dist",
0 commit comments