mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Getting the behaviour we really want from NPM with **in-publish**.
* `npm install` now does: `bower install` * `npm publish` now does: `bower install` `gulp build`
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"stf": "./bin/stf"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp test"
|
||||
"test": "gulp test",
|
||||
"prepublish": "bower install && not-in-install && gulp build || in-install"
|
||||
},
|
||||
"dependencies": {
|
||||
"adbkit": "^2.3.1",
|
||||
@@ -46,6 +47,7 @@
|
||||
"gm": "^1.17.0",
|
||||
"hipchatter": "^0.2.0",
|
||||
"http-proxy": "^1.9.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"jade": "^1.9.2",
|
||||
"jws": "^3.1.0",
|
||||
"ldapjs": "git+https://github.com/mcavage/node-ldapjs.git#acc1ca8f4314fd9d67561feabc8ce4c235076a5e",
|
||||
|
||||
Reference in New Issue
Block a user