diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index e421d14..1e419c7 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -24,7 +24,8 @@ jobs: - name: Publish run: | - npm run build --skipLibCheck + rimraf lib + tsc --skipLibCheck npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --verify HEAD) npm publish --tag dev || true env: