Cache node_modules

This commit is contained in:
Konrad Borowski 2019-10-12 17:35:45 +00:00
parent 51fcec38ee
commit 1c7ffcae30

View File

@ -13,6 +13,7 @@ build:
cache:
key: release
paths:
- node_modules/
- target/
test:stable: &test
@ -31,4 +32,5 @@ test:stable: &test
cache:
key: debug
paths:
- node_modules/
- target/