[debug] ci

This commit is contained in:
Revone 2023-09-27 10:30:55 +08:00
parent 18ef29d0fb
commit 38f7275e4a
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ jobs:
- name: Print Environment Variables
run: env
- name: Print Git Tags
run: git show-ref --tags
- name: Lint
run: npm run lint

View file

@ -27,7 +27,7 @@
"deps:check": "dependency-cruiser src",
"changelog": "auto-changelog",
"coverage:badge": "istanbul-badges-readme",
"ci": "env && npm run lint && npm run build && npm run test && npm run changelog"
"ci": "env && git show-ref --tags && npm run lint && npm run build && npm run test && npm run changelog"
},
"repository": {
"type": "git",