shell bones (#160)

* shell bones

* Merge remote-tracking branch 'origin/main' into shell_bones

* add line break

* another line break

* drop the log to avoid breaking terminals

* rename tool to be consistent with terminal

* fix build
This commit is contained in:
Olcan
2025-04-24 18:03:33 -07:00
committed by GitHub
parent a94a9ce3bf
commit cbba8007b2
8 changed files with 114 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"main": "dist/index.js",
"scripts": {
"start": "node dist/src/index.js",
"build": "tsc --build",
"build": "../../scripts/build_package.sh",
"clean": "rm -rf dist",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",