Update scripts

This commit is contained in:
Ethan Lane 2022-12-27 15:22:11 +00:00
parent a3e062a1ff
commit a001e63857
3 changed files with 9 additions and 6 deletions

View file

@ -5,6 +5,7 @@
"main": "./dist/vylbot",
"typings": "./dist",
"scripts": {
"clean": "rm -rf node_modules/ dist/",
"build": "tsc",
"start": "node ./dist/vylbot",
"test": "jest",