Add prepare script to build on install from GitHub

This commit is contained in:
Manuel Bahamóndez-Honores 2026-02-21 07:20:03 -03:00
parent bed46e52b5
commit c4146e54b8

View file

@ -7,6 +7,7 @@
"type": "module",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"files": ["dist"],