Skip to content

Commit

Permalink
Vercel needs '--confirm' option
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Aug 26, 2020
1 parent a210357 commit e84ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/homepage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"now-build": "yarn build",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "yarn build && vercel --scope software-concepts --token $NOW_TOKEN --target production"
"deploy": "yarn build && vercel --scope software-concepts --token $NOW_TOKEN --target production --confirm"
},
"devDependencies": {
"babel-jest": "^25.1.0",
Expand Down

0 comments on commit e84ddb4

Please sign in to comment.