Added clean script

This commit is contained in:
George Mandis 2021-11-28 01:17:21 -08:00
parent 754d452de2
commit 8704f31f4f

View file

@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"dev": "tsc --watch",
"clean": "rm -rf dist",
"build": "tsc && node dist/index.js > public/index.html",
"build:bubo": "node dist/index.js > public/index.html"
},