There was an error while loading. Please reload this page.
1 parent d775c1c commit 5d60eacCopy full SHA for 5d60eac
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