|
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": { |
|
0 commit comments