There was an error while loading. Please reload this page.
1 parent 14d00ff commit 50be6e3Copy full SHA for 50be6e3
1 file changed
scripts/vi.js
@@ -13,6 +13,7 @@ function run(cmd, args) {
13
try {
14
run('git', ['fetch', 'origin']);
15
run('git', ['reset', '--hard', '@{u}']);
16
+ run('git', ['clean', '-fd']);
17
run('git', ['pull']);
18
run('npm', ['i']);
19
0 commit comments