🧹 Clean old bitmaps

This commit is contained in:
ful1e5 2020-08-22 13:12:07 +05:30
parent 4867d564d5
commit 2341c971d9

View file

@ -7,7 +7,8 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"render:bibata-round": "yarn workspace bibata-round render"
"clean": "rm -rf bitmaps",
"render:bibata-round": "yarn clean && yarn workspace bibata-round render"
},
"workspaces": [
"packages/*"