Skip to content

Commit a9d6c61

Browse files
chore: build-default-data should run build-npm-package
1 parent a450c83 commit a9d6c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const cleanupCurrencies = (locale) => {
2626
return locale;
2727
};
2828

29-
gulp.task("build-default-data", () => {
29+
gulp.task("build-default-data", ["build-npm-package"], () => {
3030
const cldr = require("./dist/npm/js/cldr");
3131
cldr.load(likelySubtags, currencyData, weekData, numbers, currencies, timeZoneNames, calendar);
3232

0 commit comments

Comments
 (0)