fix: fix typo
This commit is contained in:
parent
60ecb92bd9
commit
e27ac3504f
@ -1,7 +1,7 @@
|
|||||||
include:
|
include:
|
||||||
- "/templates/npm/npm-dependencies.gitlab-ci.yml"
|
- "/templates/npm/npm-dependencies.gitlab-ci.yml"
|
||||||
- "/templates/npm/npm-build.gitlab-ci.yml"
|
- "/templates/npm/npm-build.gitlab-ci.yml"
|
||||||
- "/templates/npm/npm-verify.gitlab-ci.yml"
|
- "/templates/npm/npm-test.gitlab-ci.yml"
|
||||||
- "/templates/npm/npm-lint.gitlab-ci.yml"
|
- "/templates/npm/npm-lint.gitlab-ci.yml"
|
||||||
- "/templates/npm/npm-e2e.gitlab-ci.yml"
|
- "/templates/npm/npm-e2e.gitlab-ci.yml"
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ Build-npm:
|
|||||||
extends: .npm-build
|
extends: .npm-build
|
||||||
|
|
||||||
Test-npm:
|
Test-npm:
|
||||||
extends: .npm-verify
|
extends: .npm-test
|
||||||
|
|
||||||
Lint-npm:
|
Lint-npm:
|
||||||
extends: .npm-lint
|
extends: .npm-lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user