chore: upgrade @babel/* deps (#11422)
* chore: upgrade @babel/* deps * chore: run build-bundle-ci before check-compat-data
This commit is contained in:
13
Gulpfile.js
13
Gulpfile.js
@@ -226,19 +226,6 @@ gulp.task("build-rollup", () => buildRollup(libBundles));
|
||||
gulp.task("build-babel-standalone", () => buildRollup(standaloneBundle));
|
||||
|
||||
gulp.task("build-babel", () => buildBabel(/* exclude */ libBundles));
|
||||
gulp.task("build-babel-types-deps", () =>
|
||||
buildBabel(
|
||||
/* exclude */ libBundles,
|
||||
"packages/babel-helper-validator-identifier/src/**/*.js"
|
||||
)
|
||||
);
|
||||
gulp.task("build-babel-types-self", () =>
|
||||
buildBabel(/* exclude */ libBundles, "packages/babel-types/src/**/*.js")
|
||||
);
|
||||
gulp.task(
|
||||
"build-babel-types",
|
||||
gulp.series("build-babel-types-deps", "build-babel-types-self")
|
||||
);
|
||||
gulp.task("build", gulp.parallel("build-rollup", "build-babel"));
|
||||
|
||||
gulp.task("default", gulp.series("build"));
|
||||
|
||||
Reference in New Issue
Block a user