mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
use the force and run
This commit is contained in:
@@ -239,7 +239,7 @@ gulp.task('update.angular', function(done) {
|
||||
|
||||
} else {
|
||||
console.log('angular master: cleaning modules');
|
||||
del(['../angular-ionic/modules'], function() {
|
||||
del(['../angular-ionic/modules'], { force: true }, function() {
|
||||
|
||||
console.log('angular master: reset --hard...');
|
||||
exec('git reset --hard origin/master', {cwd: '../angular-ionic'}, function () {
|
||||
|
||||
Reference in New Issue
Block a user