Skip to content

Commit

Permalink
refactor: remove useless extension action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampese authored Feb 16, 2024
1 parent aa7a24c commit da0e010
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions raw/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ const deploy = gulp.series(

const default_action = gulp.series(build, deploy);

async function extension() {
const [name, task] = [process.argv[3], process.argv[4]];
await (await import(name))[task](config);
}

export {
build,
bundle,
Expand All @@ -220,5 +215,4 @@ export {
default_action as default,
watch,
compile_scripts as cs,
extension
};

0 comments on commit da0e010

Please sign in to comment.