File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 125
125
"scripts" : {
126
126
"postinstall" : " yarn theme" ,
127
127
"build" : " gatsby build" ,
128
- "build:lambda" : " cross-env NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js" ,
129
- "build:10gb" : " cross-env NODE_OPTIONS=--max-old-space-size=10240 gatsby build" ,
128
+ "build:lambda" : " NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js" ,
129
+ "build:10gb" : " NODE_OPTIONS=--max-old-space-size=10240 gatsby build" ,
130
+ "build:lambda-cross-env" : " cross-env NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js" ,
131
+ "build:10gb-cross-env" : " cross-env NODE_OPTIONS=--max-old-space-size=10240 gatsby build" ,
130
132
"clean" : " gatsby clean" ,
131
133
"crowdin-clean" : " rm -rf .crowdin && mkdir .crowdin" ,
132
134
"crowdin-import" : " ts-node src/scripts/crowdin-import.ts" ,
You can’t perform that action at this time.
0 commit comments