Skip to content

Commit

Permalink
Update GitIgnoreUpdate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Jan 16, 2024
1 parent 809171c commit 4b40f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/Tasks/GitIgnoreUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const utils = require('./Utils');
// Update .gitignore file in order to remove ./dist folder from being ignored
exports.removeDist = (cb) => {
// Store the name of the branch where this action can only be performed
const branchName = 'main';
const branchName = 'prep-to-deploy';
// Get the current branch name
bn.get().then((name) => {
// Check if the curren branch is the expected one!
Expand Down

0 comments on commit 4b40f17

Please sign in to comment.