Add prepare script for NPM git installation

This commit is contained in:
Кирилл Осипков 2026-05-22 14:41:01 +03:00
parent 97e680f87c
commit a18cef45c1
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {