mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 14:17:56 +01:00
Setting cache to false (#1095)
- This was not letting new changes from tldr-lint repo to be fetched. Therefore, preventing new checks like trailing spaces to appear. - Also, its a good practice to get possible updates from npm packages.
This commit is contained in:
parent
adcdf62ba3
commit
4f28972dc2
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@ language: node_js
|
|||
node_js:
|
||||
- 'stable'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
cache: false
|
||||
|
||||
after_success:
|
||||
- bash scripts/build.sh
|
||||
|
|
Loading…
Reference in a new issue