mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
build res on prepare
because shared-components needs languages.json
This commit is contained in:
parent
e1dcaa67b0
commit
1331ef343b
@ -35,7 +35,7 @@
|
||||
"i18n:diff": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && yarn i18n && matrix-compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
|
||||
"make-component": "node scripts/make-react-component.js",
|
||||
"rethemendex": "./res/css/rethemendex.sh",
|
||||
"prepare": "vite build",
|
||||
"prepare": "yarn run build:res && vite build",
|
||||
"clean": "rimraf lib webapp",
|
||||
"build": "yarn clean && yarn build:genfiles && yarn build:bundle",
|
||||
"build-stats": "yarn clean && yarn build:genfiles && yarn build:bundle-stats",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user