mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add script for building theme types
This commit is contained in:
parent
331800c14d
commit
5af33407f0
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 New Issue
Block a user