Skip to content

Commit

Permalink
Chore: adds pr context
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 3, 2021
1 parent b03d74a commit ce163d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ workflows:
main:
jobs:
- install
context: pr
- test-package:
requires:
- install
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test:lock": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm",
"coverage-check": "MODE=test nyc check-coverage",
"test": "npm run test:lint && npm run test:security && BUILD=1 npm run test:mocha",
"sort-deps": "npm remove --save example; npm remove --save-dev example",
"semantic-release": "npx semantic-release"
},
"repository": {
Expand Down

0 comments on commit ce163d9

Please sign in to comment.