Skip to content

Commit e2fb5dc

Browse files
committed
fix: npm run build in github action workflow
1 parent 8f29d7d commit e2fb5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Update package.json name
3636
run: sed -i '2,2s/node-sql-parser/@taozhi8833998\/node-sql-parser/g' package.json
3737
- run: echo registry=https://npm.pkg.github.com/taozhi8833998 >> .npmrc
38-
- run: npm build
38+
- run: npm run build
3939
- run: cd output/prod && npm publish
4040
env:
4141
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}

0 commit comments

Comments
 (0)