File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"scripts" : {
13
13
"clean" : " node node_modules/gulp/bin/gulp.js clean" ,
14
- "build" : " node node_modules/gulp/bin/gulp.js compile --max_old_space_size=4096 " ,
14
+ "build" : " node node_modules/gulp/bin/gulp.js compile --max_old_space_size=6144 " ,
15
15
"test" : " node node_modules/gulp/bin/gulp.js test" ,
16
- "ci" : " node node_modules/gulp/bin/gulp.js ci --max_old_space_size=4096 " ,
17
- "prepare-pack" : " node node_modules/gulp/bin/gulp.js --max_old_space_size=4096 preparePack" ,
16
+ "ci" : " node node_modules/gulp/bin/gulp.js ci --max_old_space_size=6144 " ,
17
+ "prepare-pack" : " node node_modules/gulp/bin/gulp.js --max_old_space_size=6144 preparePack" ,
18
18
"pack" : " node node_modules/gulp/bin/gulp.js pack" ,
19
19
"tfx" : " node node_modules/tfx-cli/_build/tfx-cli.js" ,
20
20
"set-git-authn" : " node ./setGitAuthN.js" ,
You can’t perform that action at this time.
0 commit comments