From ce163d98af7e779af2242418b9d4fe18deeffb36 Mon Sep 17 00:00:00 2001 From: Dmytro Pustovit Date: Tue, 4 May 2021 01:30:15 +0300 Subject: [PATCH] Chore: adds pr context --- .circleci/config.yml | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1c288a..fbf30b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,6 +121,7 @@ workflows: main: jobs: - install + context: pr - test-package: requires: - install diff --git a/package.json b/package.json index 85fce42..3070e10 100644 --- a/package.json +++ b/package.json @@ -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": {