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 Sep 1, 2019
1 parent 7615fb7 commit 7431dca
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 @@ -19,8 +19,8 @@
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"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",
"dev": "echo 'Use now dev to start development environment'"
},
Expand Down

0 comments on commit 7431dca

Please sign in to comment.