build-theme-types

 1#!/bin/bash
 2
 3echo "running xtask"
 4(cd crates/theme && cargo xtask build-theme-types)
 5
 6echo "updating theme packages"
 7(cd styles && npm install)
 8
 9echo "building theme types"
10(cd styles && npm run build-types)