Skip to content

Commit

Permalink
Update deploy npm script to also add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
dinubs committed Jan 1, 2018
1 parent 94b9880 commit ac0aba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:fix": "eslint --fix ./client",
"client": "webpack --watch",
"predeploy": "webpack",
"deploy": "now && now alias www.coolql.cool && now alias cool.coolql.cool"
"deploy": "now",
"postdeploy": "now alias set $(pbpaste) www.coolql.cool && now alias set $(pbpaste) cool.coolql.cool"
},
"dependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit ac0aba8

Please sign in to comment.