logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 5bfe3e61a960056ca45b269624621b7473883730
parent f61f224bb1cae9c57f07345057064d165279d36a
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Wed,  8 Jan 2025 11:27:59 +0000

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

Change npm run to yarn in the GitLab CI

See merge request pleroma/pleroma-fe!1970

Diffstat:

M.gitlab-ci.yml6+++---
Achangelog.d/denpmify-gitlab-ci.skip0
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