|
@@ -5,7 +5,7 @@
|
|
|
"description": "An out-of-box UI solution for enterprise applications",
|
|
"description": "An out-of-box UI solution for enterprise applications",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"analyze": "cross-env ANALYZE=1 umi build",
|
|
"analyze": "cross-env ANALYZE=1 umi build",
|
|
|
- "build": "umi build",
|
|
|
|
|
|
|
+ "build": "cross-env REACT_APP_ENV=prod umi build",
|
|
|
"deploy:qa": "auto-deploy build -t qa",
|
|
"deploy:qa": "auto-deploy build -t qa",
|
|
|
"deploy:prod": "auto-deploy build -t prod",
|
|
"deploy:prod": "auto-deploy build -t prod",
|
|
|
"deploy-gh-pages": "npm run site && npm run gh-pages",
|
|
"deploy-gh-pages": "npm run site && npm run gh-pages",
|