Skip to content

Commit

Permalink
build: add npm keys
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Oct 2, 2021
1 parent 0ba36f4 commit 7606179
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
node: circleci/node@4
codecov: codecov/codecov@1
codecov: codecov/codecov@3
jobs:
test:
executor:
Expand Down Expand Up @@ -29,13 +29,14 @@ jobs:
workflows:
version: 2
test_and_release:
# Run the test jobs first, then the release only when all the test jobs are successful
jobs:
- test
- release:
filters:
branches:
only:
- master
context:
- npm
requires:
- test
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.15.4",
"@babel/preset-typescript": "7.15.0",
"@ctrl/eslint-config": "2.1.0",
"@ctrl/eslint-config": "2.1.1",
"@jest/globals": "27.2.4",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.175",
Expand Down

0 comments on commit 7606179

Please sign in to comment.