1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01:00

Persist node modules between CI stages

This commit is contained in:
Jake Howard 2022-09-09 17:18:18 +01:00
parent 04a7e5b2c9
commit 2221a14f7a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -18,6 +18,7 @@ build:
artifacts: artifacts:
name: "$CI_JOB_ID" name: "$CI_JOB_ID"
paths: paths:
- ./node_modules
- ./public - ./public
expire_in: 30 mins expire_in: 30 mins