Skip to content

Commit

Permalink
Add deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
unkleho committed Jul 20, 2020
1 parent ca5af55 commit d5cd1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.html",
"scripts": {
"build": "rsync -avr --exclude='.vercel' --exclude='.git' --exclude='.gitignore' --exclude='package.json' ./ ./we-are-what-we-steal",
"deploy": "npm run build && now --prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit d5cd1b1

Please sign in to comment.