1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-26 11:27:03 +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:
name: "$CI_JOB_ID"
paths:
- ./node_modules
- ./public
expire_in: 30 mins