Skip to content

Commit 0d0c669

Browse files
committed
Add gulp watch as a npm start command.
1 parent 91946b2 commit 0d0c669

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@
5757
"type": "git",
5858
"url": "https://github.com/kristjanmik/apis.git"
5959
},
60-
"scripts": {}
60+
"scripts": {
61+
"start": "gulp watch"
62+
}
6163
}

0 commit comments

Comments
 (0)