Skip to content

Commit

Permalink
chore: clean npm publication steps
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Jul 14, 2018
1 parent 26b4e33 commit c3db407
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
test/
tests/
engine/
templates/
Gruntfile.js
.gitattributes
.gitattributes
.istanbul.yml
.travis.yml
jasmine.config.json
renovate.json
rollup.config.js
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- npm run test
deploy:
provider: npm
skip_cleanup: true
email: contact@yannick-lohse.fr
api_key:
secure: po99ww1KUguKltoYcJ9wVn/J1RXtKyRViRU8egEGrLyJGQlbohX5NLAwOzqub+XE4zD65E5RlAB9UyZMq+yF28uRRlS60Eh+ZxR4xRz/gW3SUqJ+s/ZuUSaOZMaIREFwNTJ44q3vWj+0rZIA3Jhxrrd0DX7qz/7df7bQ4cQiExfJZrhJLQZQItbcz64/AMXRMVVjhDzanemkrbm0E97xScOv0HsiqoxExmqy6foVh0Aj32p352oZdBmT9CHlcYO6pRnky6/y0keCn9NjX5/PUHrBGWmftlZCLCUfo/f7mq37I/5Jk+GE6foQ9SR8Y8ZMeu8yffSdywIYbsHSwbFhejCD0zQPlCC0+S90aWGMQjeljZB6T6aXbCjTO/nsbeOCNxh0W7jp7ZF6FZfvlyDey0YDZrHBCSTrDbBy/WQ+uyZ0vZiNaX1A198NkVT6S/m2x4HvL/Rj9StShSI8OAC92/0WZoKgc3vNoR6mPlkBkmIkc+OD0x2cVFIHDLRdRCedFVxVzpWXOA78wxT7Slk8tDG+r82+UjiiRXM5Jo/pHZli3YpN6wEPIgBYO9uQnc1Zxv45A8ADQTG++yxE113pAsi6JFFuzuyvsP0wjx0dDtqpTAYWh1ADs44T3Q33xStTU5oZnmO6cLcVwrHpbg3HVsGcvJ/FDqVGkF3e9xGOUzU=
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 @@
"build": "rollup -c",
"watch": "rollup -c -w",
"watch:test": "npm-watch test",
"prepublish": "rollup -c"
"prepublishOnly": "rollup -c"
},
"watch": {
"test": {
Expand Down

0 comments on commit c3db407

Please sign in to comment.