Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 1704f58

Browse files
committed
Update watch.js
1 parent 4688893 commit 1704f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/config/watch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function(grunt) {
22
return {
33
files: ["src/**/*"],
4-
tasks: ['build-dist']
4+
tasks: ['build']
55
};
6-
};
6+
};

0 commit comments

Comments
 (0)