mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 16:24:37 +03:00
automatically install typescript into ./node_modules if missing during build
simplifies process.
This commit is contained in:
1
.github/workflows/build-test.yml
vendored
1
.github/workflows/build-test.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: 'touch */*.ts'
|
||||
|
||||
- uses: actions/setup-go@v4
|
||||
|
Reference in New Issue
Block a user