diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 1e419c7..1145c01 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -24,8 +24,7 @@ jobs: - name: Publish run: | - rimraf lib - tsc --skipLibCheck + npx 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: