Update build script to use typescript file

This commit is contained in:
Thomas A. Christensen II 2022-06-15 11:27:18 -05:00
parent aa99682aa2
commit 4b347fd8a3
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license LICENSE"
"build": "ncc build index.ts --license LICENSE"
},
"keywords": [],
"author": "",