Skip to content

Commit

Permalink
resetNonGeneratedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepsinn committed Nov 16, 2019
1 parent fcc05e0 commit dd3880c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ gulp.task('js-3-copy-everywhere', ['js-sdk-browserify-unzipped'], function(){
console.log("After completion, open repo, discard readme changes and commit new version to Github. Then you can run js-4-release");
});
gulp.task('js-4-reset-package-json-readme', [], function(){
resetPackageJsonAndReadme();
resetNonGeneratedFiles();
});
var laravelVendorPath = pathToQmDocker + '/laravel/vendor/quantimodo/quantimodo-sdk-php';
gulp.task('php-2-sdk-copy-to-repo', [], function(){
Expand Down Expand Up @@ -498,7 +498,7 @@ function commitChanges(language, filesToResetArray){
' && git tag ' + apiVersionNumber +
' && git push origin ' + apiVersionNumber);
}
function resetPackageJsonAndReadme(){
function resetNonGeneratedFiles(){
var toReset = [
'package.json',
'README.md',
Expand Down

0 comments on commit dd3880c

Please sign in to comment.