commit: f6ec13b64df8be279c7f3f8bebb14ce760031ee0
parent f61f224bb1cae9c57f07345057064d165279d36a
Author: Sean King <seanking2919@protonmail.com>
Date: Tue, 7 Jan 2025 21:05:56 -0700
Change npm run to yarn in the GitLab CI
Signed-off-by: Sean King <seanking2919@protonmail.com>
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -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/
diff --git a/changelog.d/denpmify-gitlab-ci.skip b/changelog.d/denpmify-gitlab-ci.skip