We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a450c83 commit a9d6c61Copy full SHA for a9d6c61
gulpfile.js
@@ -26,7 +26,7 @@ const cleanupCurrencies = (locale) => {
26
return locale;
27
};
28
29
-gulp.task("build-default-data", () => {
+gulp.task("build-default-data", ["build-npm-package"], () => {
30
const cldr = require("./dist/npm/js/cldr");
31
cldr.load(likelySubtags, currencyData, weekData, numbers, currencies, timeZoneNames, calendar);
32
0 commit comments