Skip to content

Commit

Permalink
build: small change to retrigger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Jul 4, 2024
1 parent 50998c6 commit 3b96d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/build-copy-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const gulp = require('gulp');
gulp.task('build:copy-files', () => {
return gulp.src([
'src/**/*',
'!src/moj/all.js',
'!src/moj/all.js', // this will get built
'README.md',
'!**/.DS_Store',
'!src/README.md'
Expand Down

0 comments on commit 3b96d0a

Please sign in to comment.