Skip to content

Commit 1d734de

Browse files
committed
fix: duplicate gulpfile and missing translations
1 parent e3b0fde commit 1d734de

File tree

3 files changed

+1
-466
lines changed

3 files changed

+1
-466
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const getVersionNumber = () => {
129129
gulp.task('compile:dynamic', async () => {
130130
const [contributions, strings] = await Promise.all([
131131
runBuildScript('generate-contributions'),
132-
runBuildScript('strings'),
132+
runBuildScript('generate-strings'),
133133
runBuildScript('documentReadme'),
134134
]);
135135

0 commit comments

Comments
 (0)