🔧 Script updated

This commit is contained in:
ful1e5 2020-08-19 12:23:02 +05:30
parent eb3f886618
commit 7c1ee427a4

View file

@ -4,7 +4,7 @@
"description": "Rounded Corner Bibata 🏳️‍🌈",
"main": "index.js",
"scripts": {
"clean": "rm -rf ./src/svg/Bibata-* .../../bitmaps",
"clean": "rm -rf schemes bitmaps",
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts",
"build": "yarn clean && npx tsc --build",