add build script

This commit is contained in:
Trym Lund Flogard 2021-06-02 16:01:49 +02:00
parent 22aca2a29a
commit a6f0f86670

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc && npx @vercel/ncc build"
},
"repository": {
"type": "git",