From dba3cf36e933eca0a998b8b0018628b833a33d6f Mon Sep 17 00:00:00 2001 From: seasonyuu Date: Thu, 12 Sep 2024 10:31:05 +0800 Subject: [PATCH] ci: update build script --- .github/workflows/publish-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 6e2bf44..66721e7 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -24,7 +24,7 @@ jobs: npm config set //registry-lpm.listenai.com/:username zbzhao npm config set //registry-lpm.listenai.com/:email zbzhao@listenai.com - 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: