Skip to content

Commit

Permalink
Updates deploy scripts (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Aug 27, 2019
1 parent 8468a84 commit 2e3cde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"dev": "now dev",
"deploy": "npm test && now --target production",
"deploy-demo": "npm test && now --local-config now-demo.json --target production",
"deploy": "npm test && now --prod",
"deploy-demo": "npm test && now --local-config now-demo.json --prod",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
Expand Down

0 comments on commit 2e3cde7

Please sign in to comment.