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:
parent
71418549b0
commit
0f66a8cc99
11
.travis.yml
11
.travis.yml
@ -4,12 +4,13 @@ node_js: node
|
|||||||
# will run `npm install` automatically here
|
# will run `npm install` automatically here
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user