Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Changes deploy-demo script (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Aug 31, 2019
1 parent 94cf106 commit 89fc47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"deploy": "npm test && now && now alias",
"deploy-demo": "npm test && now --local-config now-demo.json && now alias",
"deploy-demo": "npm test && now --local-config now-demo.json && now --local-config now-demo.json alias",
"start": "node server.js",
"dev": "NODE_ENV=development node server.js",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
Expand Down

0 comments on commit 89fc47f

Please sign in to comment.