Skip to content

Commit

Permalink
chore: remove ci-publish as it was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 29, 2019
1 parent d1ce306 commit 2f75aa3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2,075 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ deploy:
api_key: "$NPM_TOKEN"
on:
tags: true
- provider: script
skip_cleanup: true
script: cd cli && yarn install && yarn ci-publish || true
- provider: script
skip_cleanup: true
script: yarn deploy:demo
Expand Down
6 changes: 1 addition & 5 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@
"tslib": "^1.10.0",
"yargs": "^13.3.0"
},
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2",
"ci-publish": "^1.3.1"
"@types/mkdirp": "^0.5.2"
}
}
Loading

0 comments on commit 2f75aa3

Please sign in to comment.