mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-08 20:14:00 -04:00
Update packages after installing
This is the less hacky way to keep scratch-* packages up to date (and any others in the future). This is only necessary because we cache the node_modules directory.
This commit is contained in:
parent
3bfd755e60
commit
95dc6d38b3
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ sudo: false
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install:
|
||||
# Install the most up to date scratch-* dependencies
|
||||
- rm -rf node_modules/scratch-*
|
||||
install:
|
||||
- npm install
|
||||
- npm update
|
||||
after_script:
|
||||
- |
|
||||
# RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue