feat: add ability to build ts|tsx from node_modules (#46) #533
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: build | |
on: | |
push: | |
workflow_dispatch: | |
schedule: | |
- cron: '15 1 * * *' | |
jobs: | |
build: | |
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main | |
secrets: inherit |