Skip to content

Commit

Permalink
build(travis): added the after_success travis hook and added a releas…
Browse files Browse the repository at this point in the history
…e script
  • Loading branch information
GabeDuarteM committed Apr 22, 2018
1 parent 93c5ca5 commit 0a5b59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_js:
- node
script:
- yarn build:ci
os:
- linux
after_success:
- yarn release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build:ci": "yarn lint && yarn build",
"build:clean": "rimraf dist",
"build:parcel": "parcel build src/youtube-autoclose-ads.ts --out-file youtube-autoclose-ads && parcel build src/options.html --public-url ./",
"build:copy-public": "cpx \"src/public/*\" dist"
"build:copy-public": "cpx \"src/public/*\" dist",
"release": "semantic-release"
},
"dependencies": {
"@types/chrome": "^0.0.64",
Expand Down

0 comments on commit 0a5b59c

Please sign in to comment.