zed/script/build-theme-types

11 lines
208 B
Plaintext
Raw Normal View History

2023-06-27 18:34:26 +03:00
#!/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)