File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/react-renderer-demo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 4.0.1" ,
4
4
"description" : " Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects." ,
5
5
"engines" : {
6
- "node" : " >=8 "
6
+ "node" : " 10 "
7
7
},
8
8
"scripts" : {
9
9
"dev" : " next \" src/app/\" " ,
10
10
"preserve" : " npm run build-public && npm run build-funcs && npm run build-app && npm run copy-deps && npm run install-deps" ,
11
11
"serve" : " cross-env NODE_ENV=production firebase serve" ,
12
12
"predeploy" : " npm run build-public && npm run build-funcs && npm run build-app && npm run copy-deps" ,
13
- "deploy" : " firebase deploy" ,
13
+ "deploy" : " NODE_ENV=production firebase deploy" ,
14
14
"clean" : " rimraf \" dist/functions/**\" && rimraf \" dist/public\" " ,
15
15
"build-public" : " cpx \" src/public/**/*.*\" \" dist/public\" -C" ,
16
16
"build-funcs" : " babel \" src/functions\" --out-dir \" dist/functions\" " ,
Original file line number Diff line number Diff line change 72
72
"react-router-dom" : " ^5.0.1"
73
73
},
74
74
"engines" : {
75
- "node" : " >=8 "
75
+ "node" : " 10 "
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments