commit
c172af0fbf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-dev.yml
vendored
2
.github/workflows/publish-dev.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
npm run build --skipLibCheck
|
npx tsc --skipLibCheck
|
||||||
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --verify HEAD)
|
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --verify HEAD)
|
||||||
npm publish --tag dev || true
|
npm publish --tag dev || true
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue