Files
zed/script/build-themes
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