Skip to content

Commit 71ef07d

Browse files
committed
added command to compile in package.json
1 parent cc055eb commit 71ef07d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "These are some commands and assertion I use when I'm testing with nightwatch.js and selenium.",
55
"main": "none",
66
"scripts": {
7-
"test": "./runTests.sh"
7+
"test": "./runTests.sh",
8+
"compile": "gulp"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)