blob: 5d99c33b86ce2fc119dcae0c7c03957081cf8c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/package.json b/package.json
index b5b896b4..bc0c29e2 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"i18n": "matrix-gen-i18n",
"prunei18n": "matrix-prune-i18n",
"diff-i18n": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && yarn i18n && node scripts/compare-file.js src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
- "reskindex": "reskindex -h src/header",
+ "reskindex": "reskindex -h src/header; reskindex -h src/header",
"reskindex:watch": "reskindex -h src/header -w",
"reskindex:watch-react": "node scripts/yarn-sub.js matrix-react-sdk reskindex:watch",
"clean": "rimraf lib webapp",
|