mirror of https://github.com/vector-im/riot-web
Fix up reskindex.js path
Since npm does not put our *own* 'binaries' on the path, we need to use the full path to itpull/21833/head
parent
4d1afd70da
commit
3308842121
|
@ -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 New Issue