Skip to content

Commit b938696

Browse files
committed
Lifecycle scripts for npm (prepublish, test, and "build")
1 parent 4d25c4e commit b938696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
, "repository" : { "type": "git"
88
, "url": "git://github.com/iriscouch/browser-request" }
99

10+
, "scripts": { "prepublish": "rake"
11+
, "build" : "rake"
12+
, "test" : "rake test"
13+
}
14+
1015
, "dependencies" : {
1116
}
1217

0 commit comments

Comments
 (0)