Skip to content

Commit 4f611b8

Browse files
committed
now alias -> now --prod
1 parent ba2f74f commit 4f611b8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

now.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "guide",
3-
"alias": "graphql.guide",
43
"version": 2
54
}

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@
5959
"test": "react-scripts test --env=jsdom",
6060
"eject": "react-scripts eject",
6161
"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",
6664
"release": "scripts/release.sh"
6765
},
6866
"devDependencies": {

0 commit comments

Comments
 (0)