Skip to content

Commit

Permalink
fix: issue naimo84/node-red-contrib-ical-events#160, add W. Europe St…
Browse files Browse the repository at this point in the history
…andard Time 1 TZ
  • Loading branch information
naimo84 committed Sep 6, 2023
1 parent e8dce88 commit 402917d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
7 changes: 6 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ var paths = {
dist: 'dist'
};

function copyResources() {
return gulp.src('src/windowsZones.json', { base: 'src' })
.pipe(gulp.dest('dist'));
}


gulp.task("default", gulp.series(

copyResources,
() => {
return tsProject
.src()
Expand Down
Loading

0 comments on commit 402917d

Please sign in to comment.