1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-27 12:12:12 +00:00

disable caching

This commit is contained in:
dcode
2019-03-29 12:23:03 +01:00
parent 6911f9d4fc
commit a3aa9a3961

@@ -3,9 +3,6 @@ notifications:
email: false email: false
before_install: npm config set progress=false && npm i -g npm@latest --no-audit before_install: npm config set progress=false && npm i -g npm@latest --no-audit
install: npm ci --no-audit install: npm ci --no-audit
cache:
directories:
- node_modules
jobs: jobs:
include: include:
- node_js: lts/* - node_js: lts/*