There was an error while loading. Please reload this page.
2 parents d775c1c + 5d60eac commit d4afb0bCopy full SHA for d4afb0b
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: "22"
18
cache: npm
19
- - name: Clone interscript-ts (file: dependency)
+ - name: Clone interscript-ts (file dependency)
20
run: |
21
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
22
cd ../interscript-ts && npm ci && npm run build
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments