Skip to content

Commit

Permalink
ignore the cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Feb 16, 2017
1 parent f67dfa1 commit eb87389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ try {
!!cp.execSync('yarn --version')
// yay! No error! Yarn's available!
installer = 'yarn'
args = []
args = ['--force'] // ignore the cache
} catch (e) {
// use npm instead :-(
installer = 'npm'
Expand Down

0 comments on commit eb87389

Please sign in to comment.