diff --git a/.circleci/config.yml b/.circleci/config.yml index a3b1cab..d449700 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: steps: - checkout - run: yarn + - run: yarn build - run: yarn release workflows: diff --git a/package.json b/package.json index e23266a..a52a9f9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Set of utilities for reading external json references", "files": [ - "dist" + "**/*" ], "engines": { "node": ">=8.3.0" @@ -43,5 +43,8 @@ "tslint-config-stoplight": "^1.3.0", "typescript": "^3.6.3", "urijs": "^1.19.2" + }, + "release": { + "extends": "@stoplight/scripts/release" } }