Skip to content

Commit e66ff6d

Browse files
author
Thomas Imart
committed
Added build script in package.json
1 parent 06ee35c commit e66ff6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"url": "https://github.com/openstf/adbkit.git"
2828
},
2929
"scripts": {
30+
"build": "coffee -c -o lib src",
3031
"postpublish": "grunt clean",
3132
"prepublish": "grunt test coffee",
3233
"test": "grunt test"
@@ -61,4 +62,4 @@
6162
"engines": {
6263
"node": ">= 0.10.4"
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)