Skip to content

Commit

Permalink
Updated deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ncthbrt committed Aug 5, 2019
1 parent 1e2ba5b commit 89b425e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- "12"
deploy:
provider: npm
skip_cleanup: true
email: nick@cuthbert.co.za
api_key:
secure: AEk8TgW6acHN5hXBGKGu0c308+jjFn012LxF3drgYchxTN3vWhAdNAabeGZL6XPl17jMswFheU8C7857iOixpj8ag7Rrc6YFkzRImDQ3q7DuLiU+Us98u8ueszBCzyACE0BwoSd3Sbzq7PNarv2bpwWuZDKF3AfEhbZ4S+LcAtV185cuFomVV5lsreBdUtHUlYYvbJ3WvkEzzzVRGOtscaXbx6Z14hbtFrALqOyYoG0H/rg/Ncg3eEzJK/8KVlW/WQbKQO/qskYicIJGgWBhjfrNExI7GomqBVZZRDhG2mewPXrSw4joK7j3SjXvbqO91dT6Oyyj3Jx2I07TUia/c6bzQUywjrLAT0K3zJOQ4krSEKNMGi0eemNXvnOevGYEnSJ5EjNqB2AGp6GRJJEWEM0LdlMmCnQvavN7Wha8DS7z1s9Bm2g12Qejjf7zUEURqI4g8o0Lenb/CxHJYMUpHxJg76yXQCmdExE/R7EQpefIcbe36x8rDwSF56vGA0qfj+S97JBk0KnEOQxOZHMMXhYoaSPf2nTvGc1u/bjhZS/QGrJekpAOJAqRVCaTGOXJlkaIEpEZhvv5UA4qAN3STKVUx0DN3mOM9A9NCctQ3qoYBojDG6mLm2fyD2OIvSt4sU529iwnTEmqOnKFRI0FdraqDO2n4AmY3BnbBiOpraU=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-only": "jest",
"watch": "jest --watch",
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"prepack": "npm install && webpack"
"prepack": "webpack"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 89b425e

Please sign in to comment.