Skip to content

Commit dba3cf3

Browse files
committed
ci: update build script
1 parent 68464dd commit dba3cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm config set //registry-lpm.listenai.com/:username zbzhao
2525
npm config set //registry-lpm.listenai.com/:email [email protected]
2626
- run: npm install
27-
- run: npm run prepack
27+
- run: npm run build-ts
2828
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
2929
- uses: JS-DevTools/npm-publish@v1
3030
with:

0 commit comments

Comments
 (0)