mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Put back node_modules in the cache
This commit is contained in:
@@ -29,13 +29,13 @@ install:
|
||||
- source /tmp/.nvm/nvm.sh
|
||||
- nvm install $NODE_VERSION
|
||||
- nvm use --delete-prefix $NODE_VERSION
|
||||
- npm install -g npm
|
||||
|
||||
script: script/cibuild
|
||||
|
||||
cache:
|
||||
timeout: 1000
|
||||
directories:
|
||||
- node_modules
|
||||
- build/node_modules
|
||||
- apm/node_modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user