mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
[debug] ci
This commit is contained in:
parent
18ef29d0fb
commit
38f7275e4a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue