Skip to content

Commit

Permalink
Merge branch 'main' into extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampese authored Feb 8, 2024
2 parents a3fcb93 + 836139d commit b596456
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions raw/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ 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 Down

0 comments on commit b596456

Please sign in to comment.