陈帅
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
7 deletions
-
config/config.ts
-
package.json
|
|
|
@ -64,12 +64,6 @@ if (isAntDesignProPreview) { |
|
|
|
code: 'UA-72788897-6', |
|
|
|
}, |
|
|
|
]); |
|
|
|
plugins.push([ |
|
|
|
'umi-plugin-pro', |
|
|
|
{ |
|
|
|
serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api', |
|
|
|
}, |
|
|
|
]); |
|
|
|
} |
|
|
|
|
|
|
|
export default { |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"analyze": "cross-env ANALYZE=1 umi build", |
|
|
|
"build": "umi build", |
|
|
|
"ui": "umi ui", |
|
|
|
"deploy": "cross-env ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION=site npm run site && npm run gh-pages", |
|
|
|
"deploy": "npm run site && npm run gh-pages", |
|
|
|
"docker-hub:build": "docker build -f Dockerfile.hub -t ant-design-pro ./", |
|
|
|
"docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build", |
|
|
|
"docker-prod:dev": "docker-compose -f ./docker/docker-compose.yml up", |
|
|
|
|