chore: remove ci-publish as it was not working

This commit is contained in:
Roman Hotsiy 2019-07-29 18:51:54 +03:00
parent d1ce306340
commit 2f75aa3aed
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 20 additions and 2071 deletions

View File

@ -34,9 +34,6 @@ deploy:
api_key: "$NPM_TOKEN" api_key: "$NPM_TOKEN"
on: on:
tags: true tags: true
- provider: script
skip_cleanup: true
script: cd cli && yarn install && yarn ci-publish || true
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: yarn deploy:demo script: yarn deploy:demo

View File

@ -24,16 +24,12 @@
"tslib": "^1.10.0", "tslib": "^1.10.0",
"yargs": "^13.3.0" "yargs": "^13.3.0"
}, },
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@types/chokidar": "^2.1.3", "@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.0.39", "@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2"
"ci-publish": "^1.3.1"
} }
} }

File diff suppressed because it is too large Load Diff