Skip to content

Commit 6e9e0be

Browse files
fix(ci): use 'npm run build' instead of 'npm build'
1 parent 8e92a8b commit 6e9e0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 22
1616
registry-url: https://npm.pkg.github.com/
1717
- run: npm ci
18-
- run: npm build
18+
- run: npm run build
1919
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)