1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

cache generated images

This commit is contained in:
Matthias Kretschmann 2018-11-10 00:31:47 +01:00
parent 71418549b0
commit 0f66a8cc99
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,12 +4,13 @@ node_js: node
# will run `npm install` automatically here
script:
- npm test
- npm run build
- npm test
- npm run build
notifications:
email: false
email: false
cache:
directories:
- node_modules
directories:
- node_modules
- public