We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228e6d1 commit 9fd11b3Copy full SHA for 9fd11b3
cmd.sh
@@ -17,5 +17,5 @@ fi
17
18
# 生产环境执行 build
19
if [[ "${BUILD_ENV}" == "production" ]]; then
20
- node /fec/bin/fec-builder --verbose -r $BUILD_ROOT -e $BUILD_ENV build
+ node --max_old_space_size=4096 /fec/bin/fec-builder --verbose -r $BUILD_ROOT -e $BUILD_ENV build
21
fi
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fec-builder",
3
- "version": "1.9.0",
+ "version": "1.9.1",
4
"bin": {
5
"fec-builder": "./bin/fec-builder"
6
},
0 commit comments