Skip to content

Commit

Permalink
chore: remove scripts that reference updating hard-coded tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Apr 23, 2017
1 parent 12611b0 commit b031c7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "nlm release --commit && npm run update-tweets && ng build -prod && cp ./CNAME ./dist/CNAME && ngh",
"update-tweets": "ts-node ./scripts/update-tweets"
"deploy": "nlm release --commit && ng build -prod && cp ./CNAME ./dist/CNAME && ngh"
},
"private": true,
"repository": "https://github.com/jessepinho/trumpymctweetface.com.git",
Expand Down

0 comments on commit b031c7b

Please sign in to comment.