Use node_modules/.bin for binary executions in scripts of package.json
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
"homepage": "http://swagger.io",
|
"homepage": "http://swagger.io",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/gulp/bin/gulp.js;",
|
"build": "gulp.js;",
|
||||||
"serve": "./node_modules/gulp/bin/gulp.js serve;",
|
"serve": "gulp.js serve;",
|
||||||
"pretest": "jshint .",
|
"pretest": "jshint .",
|
||||||
"test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha",
|
"test": "gulp; mocha",
|
||||||
"postinstall": "cd node_modules/swagger-client/; npm install; gulp"
|
"postinstall": "cd node_modules/swagger-client/; npm install; gulp"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user