Skip to content

Commit 72d972e

Browse files
committed
Fix build & deploy
1 parent 0adf0ef commit 72d972e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,11 @@
6363
"test": "react-scripts test --env=jsdom",
6464
"eject": "react-scripts eject",
6565
"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",
6868
"release": "scripts/release.sh"
6969
},
7070
"devDependencies": {
7171
"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-
]
8472
}
8573
}

0 commit comments

Comments
 (0)