Fixed build script

This commit is contained in:
mambuco 2023-09-02 23:59:14 +02:00
parent d7ecab02bd
commit 662b7ea482

View file

@ -6,6 +6,7 @@
"types": "build/index.d.ts", "types": "build/index.d.ts",
"type": "module", "type": "module",
"scripts": { "scripts": {
"install": "npm run build",
"build": "tsc" "build": "tsc"
}, },
"repository": { "repository": {