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:
parent
4d1afd70da
commit
3308842121
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue