Skip to content

Commit

Permalink
fix: retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampese committed Feb 24, 2024
1 parent 06e3533 commit 5f37328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raw/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ const default_action = gulp.series(build, deploy);
export {
build,
bundle,
clean_and_copy as cc,
deploy,
default_action as default,
watch,
compile_scripts as cs
clean_and_copy as cc,
compile_scripts as cs,
default_action as default,
};

0 comments on commit 5f37328

Please sign in to comment.