zed/script/build-themes
Nathan Sobo d2a070c345 Write theme JSON files from buildThemes script
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
2022-04-04 12:13:59 -07:00

7 lines
57 B
Bash
Executable file

#!/bin/bash
set -e
cd styles
npm install
npm run build