Skip to content

Commit

Permalink
chore: build step
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jul 9, 2020
1 parent 8f7813a commit d20ca7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- checkout
- run: yarn
- run: yarn build
- run: yarn release

workflows:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Set of utilities for reading external json references",
"files": [
"dist"
"**/*"
],
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -43,5 +43,8 @@
"tslint-config-stoplight": "^1.3.0",
"typescript": "^3.6.3",
"urijs": "^1.19.2"
},
"release": {
"extends": "@stoplight/scripts/release"
}
}

0 comments on commit d20ca7a

Please sign in to comment.