Skip to content

Commit 8d34108

Browse files
chore(*): Fixed grunt 'watch' task
1 parent ffc4f95 commit 8d34108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ module.exports = function (grunt) {
8383
dest: 'release'
8484
},
8585
watch: {
86-
files: ['src/*.ts', 'src/*.js', 'test/**/*.js'],
87-
tasks: ['build', 'karma:background:run']
86+
files: ['src/**/*.ts', 'src/**/*.js', 'test/**/*.js'],
87+
tasks: ['build', 'karma:unit']
8888
},
8989
connect: {
9090
server: {},

0 commit comments

Comments
 (0)