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:
stage: test
script:
- npm install
- npm build
- yarn install
- yarn build
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages:
stage: deploy
script:
- npm install
- npm build
- yarn install
- yarn build
- mv ./build public
artifacts:
paths: