mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Add script for building theme types
This commit is contained in:
parent
331800c14d
commit
5af33407f0
1 changed files with 10 additions and 0 deletions
10
script/build-theme-types
Executable file
10
script/build-theme-types
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "running xtask"
|
||||
(cd crates/theme && cargo xtask build-theme-types)
|
||||
|
||||
echo "updating theme packages"
|
||||
(cd styles && npm install)
|
||||
|
||||
echo "building theme types"
|
||||
(cd styles && npm run build-types)
|
Loading…
Reference in a new issue