zed/script/build-themes
Nathan Sobo 6734a0e69d Write theme JSON files from buildThemes script
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
2022-04-01 09:45:11 -06:00

8 lines
57 B
Bash
Executable File

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