*Add build command

This commit is contained in:
Derrick Hammer 2022-07-20 02:03:33 -04:00
parent 9a2f37a3b0
commit 77f4d63186
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc"
},
"devDependencies": {
"@types/node": "^18.0.0",
"prettier": "^2.7.1"