1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #875 from matrix-org/t3chguy/871-windows-compat

make reskindex windows friendly
This commit is contained in:
Luke Barnard
2017-05-09 17:40:14 +01:00
committed by GitHub

View File

@@ -31,8 +31,8 @@
"reskindex": "scripts/reskindex.js"
},
"scripts": {
"reskindex": "scripts/reskindex.js -h header",
"reskindex:watch": "scripts/reskindex.js -h header -w",
"reskindex": "node scripts/reskindex.js -h header",
"reskindex:watch": "node scripts/reskindex.js -h header -w",
"build": "npm run reskindex && babel src -d lib --source-maps",
"build:watch": "babel src -w -d lib --source-maps",
"start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"",