Skip to content

Commit

Permalink
feat: release via nlm as part of deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Apr 4, 2017
1 parent b80acf2 commit 6b900e9
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 @@ -9,7 +9,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "npm run update-tweets && ng build && cp ./CNAME ./dist/CNAME && ngh",
"deploy": "npm run nlm release --commit && npm run update-tweets && ng build && cp ./CNAME ./dist/CNAME && ngh",
"update-tweets": "ts-node ./scripts/update-tweets"
},
"private": true,
Expand Down

0 comments on commit 6b900e9

Please sign in to comment.