mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-26 03:31:56 +01:00
We can now remove the build:res call
...right? (right?)
This commit is contained in:
parent
166827cde5
commit
6b39f556e7
@ -38,7 +38,7 @@
|
||||
"i18n:sort": "jq --sort-keys '.' src/i18n/strings/en_EN.json > src/i18n/strings/en_EN.json.tmp && mv src/i18n/strings/en_EN.json.tmp src/i18n/strings/en_EN.json",
|
||||
"i18n:lint": "matrix-i18n-lint && prettier --log-level=silent --write src/i18n/strings/ --ignore-path /dev/null",
|
||||
"test": "jest",
|
||||
"prepare": "patch-package && yarn --cwd ../.. build:res && vite build",
|
||||
"prepare": "patch-package && vite build",
|
||||
"storybook": "storybook dev -p 6007",
|
||||
"build-storybook": "storybook build",
|
||||
"lint": "yarn lint:types && yarn lint:js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user