1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

add prepublish hook

This commit is contained in:
Denis Demchenko 2016-06-28 11:19:55 +03:00
parent 7bbfdc5901
commit e778c51cfc

View File

@ -27,7 +27,8 @@
"test": "test"
},
"scripts": {
"test": "make test"
"test": "make test",
"prepublish": "make boosh"
},
"license": "MIT"
}