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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue