Merge branch 'denpmify-gitlab-ci' into 'develop'

Change npm run to yarn in the GitLab CI

See merge request pleroma/pleroma-fe!1970
This commit is contained in:
HJ 2025-01-08 11:27:59 +00:00
commit 5bfe3e61a9
2 changed files with 3 additions and 3 deletions

View file

@ -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/

View file