🏗 Build script

This commit is contained in:
ful1e5 2020-08-23 19:26:11 +05:30
parent b85800cb82
commit e30b845dcb

View file

@ -9,7 +9,8 @@
"scripts": { "scripts": {
"clean": "rm -rf bitmaps", "clean": "rm -rf bitmaps",
"render:bibata-round": "yarn workspace bibata-round render", "render:bibata-round": "yarn workspace bibata-round render",
"render": "yarn render:bibata-round" "render": "yarn render:bibata-round",
"build": "rm -rf themes && python build.py"
}, },
"workspaces": [ "workspaces": [
"packages/*" "packages/*"