Skip to content

Commit 1648d9b

Browse files
committed
fix: pipeline
1 parent 19384ea commit 1648d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
node-version: '20.11.1'
5151
registry-url: 'https://registry.npmjs.org'
5252
- run: npm ci
53-
- run: npm build
53+
- run: npm run build
5454
- run: npm publish
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)