Skip to content

Commit b50c287

Browse files
committed
ci: fix build script
1 parent 72323bf commit b50c287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ jobs:
147147
with:
148148
node-version: 22.x
149149
- run: npm install
150-
- run: npm run build
150+
- run: npm run compile
151151
env:
152152
CI: true

0 commit comments

Comments
 (0)