Change npm run to yarn in the GitLab CI
Signed-off-by: Sean King <seanking2919@protonmail.com>
This commit is contained in:
parent
f61f224bb1
commit
f6ec13b64d
2 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- yarn
|
- yarn
|
||||||
- npm run lint
|
- yarn lint
|
||||||
- npm run stylelint
|
- yarn stylelint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -62,7 +62,7 @@ build:
|
||||||
- himem
|
- himem
|
||||||
script:
|
script:
|
||||||
- yarn
|
- yarn
|
||||||
- npm run build
|
- yarn build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/
|
- dist/
|
||||||
|
|
0
changelog.d/denpmify-gitlab-ci.skip
Normal file
0
changelog.d/denpmify-gitlab-ci.skip
Normal file
Loading…
Add table
Reference in a new issue