npm to yarn ci

This commit is contained in:
Igor Brylev 2025-02-13 17:49:03 +03:00
parent 973e213c9f
commit 7dbdc345da

View file

@ -7,16 +7,16 @@ stages:
test: test:
stage: test stage: test
script: script:
- npm install - yarn install
- npm build - yarn build
rules: rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages: pages:
stage: deploy stage: deploy
script: script:
- npm install - yarn install
- npm build - yarn build
- mv ./build public - mv ./build public
artifacts: artifacts:
paths: paths: