Skip to content

Commit

Permalink
Use gulp rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Dec 20, 2024
1 parent 3f75b7f commit ab67333
Show file tree
Hide file tree
Showing 60 changed files with 54,700 additions and 49,462 deletions.
4 changes: 2 additions & 2 deletions .scripts/assets-build-tool/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ let gulpStr = parsedArgs.g;
if (gulpStr != undefined) {
buildProcesses.push({
order: 0,
name: "starting gulp build",
command: `gulp build`,
name: "gulp build",
command: `gulp rebuild`,
});
}

Expand Down
Loading

0 comments on commit ab67333

Please sign in to comment.