Skip to content

Commit 50be6e3

Browse files
committed
update vi
1 parent 14d00ff commit 50be6e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/vi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function run(cmd, args) {
1313
try {
1414
run('git', ['fetch', 'origin']);
1515
run('git', ['reset', '--hard', '@{u}']);
16+
run('git', ['clean', '-fd']);
1617
run('git', ['pull']);
1718
run('npm', ['i']);
1819

0 commit comments

Comments
 (0)