mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
Merge branch '4.x' into feat-new-detail-page
This commit is contained in:
commit
c04f4ad793
11
.github/main.workflow
vendored
11
.github/main.workflow
vendored
@ -1,9 +1,18 @@
|
|||||||
workflow "New workflow" {
|
workflow "New workflow" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["Docker build health check"]
|
resolves = [
|
||||||
|
"Docker build health check",
|
||||||
|
"Test Publish Verdaccio",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Docker build health check" {
|
action "Docker build health check" {
|
||||||
uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108"
|
uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108"
|
||||||
args = "build ."
|
args = "build ."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
action "Test Publish Verdaccio" {
|
||||||
|
uses = "verdaccio/github-actions/publish@master",
|
||||||
|
needs = ["Docker build health check"]
|
||||||
|
args = "-ddd"
|
||||||
|
}
|
||||||
|
@ -177,9 +177,6 @@
|
|||||||
"npm": ">=3"
|
"npm": ">=3"
|
||||||
},
|
},
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://registry.npmjs.org/"
|
|
||||||
},
|
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged && commitlint -e $GIT_PARAMS"
|
"pre-commit": "lint-staged && commitlint -e $GIT_PARAMS"
|
||||||
|
Loading…
Reference in New Issue
Block a user