dev publish
This commit is contained in:
parent
1cd6d033e2
commit
cac4364f15
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish-dev.yml
vendored
3
.github/workflows/publish-dev.yml
vendored
|
@ -24,8 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
rimraf lib
|
npx tsc --skipLibCheck
|
||||||
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