Browse Source

Add now deployment script

pull/2/head
Luke Childs 7 years ago
parent
commit
9fcdc3046f
  1. 9
      package.json

9
package.json

@ -6,7 +6,14 @@
"scripts": {
"start": "micro",
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"deploy": "now --public --env NODE_ENV=production && now alias"
},
"now": {
"alias": [
"shell",
"reverseshell"
]
},
"xo": {
"extends": "xo-lukechilds"

Loading…
Cancel
Save