automatically install typescript into ./node_modules if missing during build

simplifies process.
This commit is contained in:
Mechiel Lukkien
2024-04-24 19:48:01 +02:00
parent d9f5625a89
commit fece75cfe7
3 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,6 @@ jobs:
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: 'touch */*.ts'
- uses: actions/setup-go@v4