Add instructions

This commit is contained in:
olaservo
2025-05-26 12:49:33 -07:00
parent cf64b23db2
commit 318c22b2ac
3 changed files with 51 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"build": "tsc && shx cp instructions.md dist/ && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js",