Added clean script
This commit is contained in:
parent
754d452de2
commit
8704f31f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue