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 = {
61
61
repositoryUrl : 'https://github.com/npm/documentation' ,
62
62
} ,
63
63
flags : {
64
- DEV_SSR : ! ! process . env . DEV_SSR ,
64
+ DEV_SSR : ! ! process . env . GATSBY_DEV_SSR ,
65
65
} ,
66
66
plugins : [
67
67
'gatsby-plugin-styled-components' ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"private" : true ,
9
9
"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" ,
15
18
"lint" : " eslint \" **/*.js\" " ,
16
19
"postlint" : " template-oss-check" ,
17
20
"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