feat: add ability to set the location of the tsconfig #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ncc | |
on: | |
push: | |
# Can't push a build commit to a tag, so only run for branches | |
branches: | |
- '**' | |
paths: | |
# Include any files that could require rebuilding | |
- 'package-lock.json' | |
- 'src/**' | |
jobs: | |
ncc-build: | |
uses: planningcenter/balto-utils/.github/workflows/ncc.yml@v1 |