Skip to content

Commit

Permalink
chore(gulp): delete unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed May 3, 2023
1 parent dd6569a commit 28ae490
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 789 deletions.
8 changes: 0 additions & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*jshint esversion: 6 */
const gulp = require('gulp');
const bump = require('gulp-bump');
const package = require('./package.json')

gulp.task('copyLocaleFromLib', done => {
gulp
Expand All @@ -15,9 +13,3 @@ gulp.task('watch:locale', function () {
gulp.watch('./node_modules/@igo2/core/locale/*.json', gulp.series('copyLocaleFromLib'));
});

gulp.task('bumpPwaVersionDev', done => {
gulp.src(['./ngsw-config.json'])
.pipe(bump({ type: 'prerelease' }))
.pipe(gulp.dest('./'));
done();
});
Loading

0 comments on commit 28ae490

Please sign in to comment.