also publish cli on npm

This commit is contained in:
2026-04-04 14:23:27 -07:00
parent ad4ad2f147
commit 122ef36682
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@
"test": "npm -w cli test",
"precompile": "npx -w lib tsc",
"compile": "npm -w cli run compile",
"publish":"npm -w lib publish",
"docs": "npx -w lib typedoc src/index.ts"
},
"overrides": {