commit
38f8b98082
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish-dev.yml
vendored
1
.github/workflows/publish-dev.yml
vendored
|
@ -24,7 +24,6 @@ jobs:
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
npm install
|
|
||||||
npm run build --skipLibCheck
|
npm run build --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
|
||||||
|
|
Loading…
Reference in a new issue