Write theme JSON files from buildThemes script
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
This commit is contained in:
parent
99738db8a5
commit
6734a0e69d
9 changed files with 771 additions and 445 deletions
7
script/build-themes
Executable file
7
script/build-themes
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd styles
|
||||
npm install
|
||||
npm run build
|
Loading…
Add table
Add a link
Reference in a new issue