Skip to content

Commit

Permalink
ci: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonyuu committed Sep 12, 2024
1 parent 68464dd commit dba3cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm config set //registry-lpm.listenai.com/:username zbzhao
npm config set //registry-lpm.listenai.com/:email [email protected]
- run: npm install
- run: npm run prepack
- run: npm run build-ts
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit dba3cf3

Please sign in to comment.