mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
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
@ -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
Block a user