chore(NPM): Cache NPM packages

This commit is contained in:
Marcel Feix 2022-05-19 09:22:01 +02:00
parent b97cbc2848
commit b280ef18fe
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ cache:
- .gradle
- '**/build'
- "**/target"
- "**/node_modules"
variables:

View File

@ -11,3 +11,7 @@
script:
- "cd $FRONTEND_DIR"
- npm install
artifacts:
expire_in: 1 days
paths:
- "**/node_modules"