Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 38cfdb2

Browse files
committed
test
1 parent 08526f1 commit 38cfdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525
cache: yarn
2626
- run: yarn install --ignore-scripts
27-
- run: npx ts-node scripts/init.ts
27+
- run: yarn prebuild
2828
- run: yarn build:cjs
2929
- uses: actions/cache/save@v3
3030
with:

0 commit comments

Comments
 (0)