Fix up reskindex.js path
Since npm does not put our *own* 'binaries' on the path, we need to use the full path to it
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"reskindex": "./reskindex.js"
|
||||
},
|
||||
"scripts": {
|
||||
"reskindex": "reskindex -h header",
|
||||
"reskindex": "./reskindex.js -h header",
|
||||
"build": "babel src -d lib --source-maps --stage 1",
|
||||
"start": "babel src -w -d lib --source-maps --stage 1",
|
||||
"lint": "eslint src/",
|
||||
|
||||
Reference in New Issue
Block a user