Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thebiltheory committed Apr 9, 2020
1 parent 26e2f9a commit cb82bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
command: yarn build
- run:
name: 馃殌 Publish to Github Package
command: yarn ci:publish
environment:
GH_TOKEN: echo ${GH_TOKEN}
NPM_TOKEN: echo ${NPM_TOKEN}
command: yarn semantic-release || true

workflows:
build-and-test:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"ci:publish": "yarn semantic-release",
"semantic-release": "semantic-release",
"emulate:ci": "CIRCLECI=true CIRCLE_BRANCH=master DEBUG=condition npm_config_loglevel=verbose npm run semantic-release"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cb82bf4

Please sign in to comment.