mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Change prepublish script to prepare
prepublish is deprecated (prepare also runs for git checkouts, and lib will need to be built in this case).
This commit is contained in:
parent
684974372d
commit
2842e8dee8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"typings": "./lib/index.d.ts",
|
||||
"matrix_src_main": "./src/index.js",
|
||||
"scripts": {
|
||||
"prepublish": "yarn build",
|
||||
"prepare": "yarn build",
|
||||
"i18n": "matrix-gen-i18n",
|
||||
"prunei18n": "matrix-prune-i18n",
|
||||
"diff-i18n": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && ./scripts/gen-i18n.js && node scripts/compare-file.js src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
|
||||
|
|
Loading…
Reference in a new issue