Skip to content
Snippets Groups Projects
Verified Commit 3d25a58a authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add Yarn caching

parent 165c38f4
No related branches found
No related tags found
No related merge requests found
Pipeline #22047 passed
......@@ -12,12 +12,13 @@ build:
stage: build
script:
- cd app/
- yarn install
- yarn install --cache-folder .yarn
- yarn build
- mv ./build ../public
cache:
paths:
- app/node_modules/
- app/.yarn
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment