File tree Expand file tree Collapse file tree 3 files changed +9
-36
lines changed Expand file tree Collapse file tree 3 files changed +9
-36
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module.exports = {
6161 repositoryUrl : 'https://github.com/npm/documentation' ,
6262 } ,
6363 flags : {
64- DEV_SSR : ! ! process . env . DEV_SSR ,
64+ DEV_SSR : ! ! process . env . GATSBY_DEV_SSR ,
6565 } ,
6666 plugins : [
6767 'gatsby-plugin-styled-components' ,
Original file line number Diff line number Diff line change 77 },
88 "private" : true ,
99 "scripts" : {
10- "develop" : " ./scripts/gatsby.sh develop" ,
11- "develop:ssr" : " DEV_SSR=true ./scripts/gatsby.sh develop" ,
12- "build" : " ./scripts/gatsby.sh build --verbose --log-pages" ,
13- "clean" : " gatsby clean" ,
14- "serve" : " gatsby serve" ,
10+ "//" : " Fix for parcel segfaults" ,
11+ "//" : " https://github.com/parcel-bundler/parcel/issues/7702" ,
12+ "gatsby" : " PARCEL_WORKERS=0 gatsby" ,
13+ "develop" : " npm run gatsby -- develop" ,
14+ "develop:ssr" : " GATSBY_DEV_SSR=true npm run develop" ,
15+ "build" : " npm run gatsby -- build --verbose --log-pages" ,
16+ "clean" : " npm run gatsby -- clean" ,
17+ "serve" : " npm run gatsby -- serve" ,
1518 "lint" : " eslint \" **/*.js\" " ,
1619 "postlint" : " template-oss-check" ,
1720 "template-oss-apply" : " template-oss-apply --force" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments