mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
fix: keep localStorage
This commit is contained in:
parent
9f2c599d82
commit
09dc54c76a
2 changed files with 4 additions and 2 deletions
|
@ -173,7 +173,7 @@ var gitDeployPushOrigin = function(done) {
|
|||
'git checkout master'
|
||||
);
|
||||
done();
|
||||
}
|
||||
};
|
||||
|
||||
var fastBuild = series(clean, ifyBuild, style, buildIndexDev, jshint);
|
||||
|
||||
|
@ -191,7 +191,7 @@ var deploy = series(
|
|||
gitDeployMergeMaster,
|
||||
build,
|
||||
gitDeployPushOrigin,
|
||||
compliment,
|
||||
compliment
|
||||
);
|
||||
|
||||
var lint = series(jshint, compliment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue