Browse Source
test: ✅ fix codesandbox ci (#24687)
* set max-old-space-size
* set max-old-space-size
pull/24689/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
@ -47,7 +47,7 @@ |
|
|
|
"scripts": { |
|
|
|
"api-collection": "antd-tools run api-collection", |
|
|
|
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt", |
|
|
|
"build": "npm run compile && npm run dist", |
|
|
|
"build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist", |
|
|
|
"bundlesize": "bundlesize", |
|
|
|
"check-commit": "node ./scripts/check-commit", |
|
|
|
"prestart": "npm run version", |
|
|
|