Skip to content

Commit

Permalink
fix(ci): add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Mar 22, 2023
1 parent d576757 commit 87bf5bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: yarn install
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Release
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"module": "nodenext",
"baseUrl": "./"
},
"include": [
"./src/**/*.ts"
],
"exclude": ["lib", "types", "test", "examples"]
}

0 comments on commit 87bf5bd

Please sign in to comment.