File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 "license" : " MIT" ,
8181 "main" : " n/a" ,
8282 "scripts" : {
83- "build:pp" : " NODE_OPTIONS=' --no-experimental-fetch' gatsby build --prefix-paths" ,
84- "build" : " NODE_OPTIONS=' --no-experimental-fetch' gatsby build" ,
83+ "build:pp" : " set NODE_OPTIONS=--no-experimental-fetch && gatsby build --prefix-paths" ,
84+ "build" : " set NODE_OPTIONS=--no-experimental-fetch && gatsby build" ,
8585 "clean" : " gatsby clean && rm -r src/generated" ,
86- "develop" : " NODE_OPTIONS=' --no-experimental-fetch' gatsby develop" ,
86+ "develop" : " set NODE_OPTIONS=--no-experimental-fetch && gatsby develop" ,
8787 "format-check:js" : " prettier '**/*.{js,jsx}' --check --ignore-path=.eslintignore" ,
8888 "format:js" : " prettier '**/*.{js,jsx}' --write --ignore-path=.eslintignore" ,
8989 "generate-images" : " node ./scripts/image-generation.js" ,
You can’t perform that action at this time.
0 commit comments