We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68464dd commit dba3cf3Copy full SHA for dba3cf3
.github/workflows/publish-beta.yml
@@ -24,7 +24,7 @@ jobs:
24
npm config set //registry-lpm.listenai.com/:username zbzhao
25
npm config set //registry-lpm.listenai.com/:email [email protected]
26
- run: npm install
27
- - run: npm run prepack
+ - run: npm run build-ts
28
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
29
- uses: JS-DevTools/npm-publish@v1
30
with:
0 commit comments