File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " guide" ,
3
- "alias" : " graphql.guide" ,
4
3
"version" : 2
5
4
}
Original file line number Diff line number Diff line change 59
59
"test" : " react-scripts test --env=jsdom" ,
60
60
"eject" : " react-scripts eject" ,
61
61
"now-start" : " serve --single ./build" ,
62
- "deploy" : " now --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
63
- "alias" : " now alias" ,
64
- "deploy-ci" : " now --token=$NOW_TOKEN --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
65
- "alias-ci" : " now alias --token=$NOW_TOKEN" ,
62
+ "deploy" : " now --prod --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
63
+ "deploy-ci" : " now --prod --token=$NOW_TOKEN --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key" ,
66
64
"release" : " scripts/release.sh"
67
65
},
68
66
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments