Skip to content

Commit 1343b3b

Browse files
committed
fix web build
1 parent f961974 commit 1343b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antd-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "An out-of-box UI solution for enterprise applications",
66
"scripts": {
77
"analyze": "cross-env ANALYZE=1 max build",
8-
"build": "max build",
8+
"build": "cross-env REACT_APP_ENV=prod max build",
99
"deploy": "npm run build && npm run gh-pages",
1010
"dev": "npm run start:dev",
1111
"gh-pages": "gh-pages -d dist",

0 commit comments

Comments
 (0)