File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 63
63
"test" : " react-scripts test --env=jsdom" ,
64
64
"eject" : " react-scripts eject" ,
65
65
"now-start" : " serve --single ./build" ,
66
- "deploy" : " now --prod --regions all - e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
67
- "deploy-ci" : " now --prod --token=$NOW_TOKEN --regions all - e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
66
+ "deploy" : " now --prod -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
67
+ "deploy-ci" : " now --prod --token=$NOW_TOKEN -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
68
68
"release" : " scripts/release.sh"
69
69
},
70
70
"devDependencies" : {
71
71
"now" : " ^16.7.0"
72
- },
73
- "browserslist" : {
74
- "production" : [
75
- " >0.2%" ,
76
- " not dead" ,
77
- " not op_mini all"
78
- ],
79
- "development" : [
80
- " last 1 chrome version" ,
81
- " last 1 firefox version" ,
82
- " last 1 safari version"
83
- ]
84
72
}
85
73
}
You can’t perform that action at this time.
0 commit comments