Skip to content

Commit

Permalink
Added build script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Imart committed Jun 25, 2019
1 parent 06ee35c commit e66ff6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"url": "https://github.com/openstf/adbkit.git"
},
"scripts": {
"build": "coffee -c -o lib src",
"postpublish": "grunt clean",
"prepublish": "grunt test coffee",
"test": "grunt test"
Expand Down Expand Up @@ -61,4 +62,4 @@
"engines": {
"node": ">= 0.10.4"
}
}
}

0 comments on commit e66ff6d

Please sign in to comment.