Change npm run to yarn in the GitLab CI

Signed-off-by: Sean King <seanking2919@protonmail.com>
This commit is contained in:
Sean King 2025-01-07 21:05:56 -07:00
parent f61f224bb1
commit f6ec13b64d
2 changed files with 3 additions and 3 deletions

View file

@ -38,8 +38,8 @@ lint:
stage: lint
script:
- yarn
- npm run lint
- npm run stylelint
- yarn lint
- yarn stylelint
test:
stage: test
@ -62,7 +62,7 @@ build:
- himem
script:
- yarn
- npm run build
- yarn build
artifacts:
paths:
- dist/

View file