Add script for building theme types

This commit is contained in:
Nate Butler
2023-06-27 11:34:26 -04:00
parent 331800c14d
commit 5af33407f0
+10
View 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)