v1 release
/ release (push) Successful in 1m8s

This commit is contained in:
2026-02-17 17:36:48 -08:00
parent 9445b59ad5
commit d667000572
10 changed files with 200 additions and 146 deletions
+10 -2
View File
@@ -2,5 +2,13 @@
"workspaces": [
"lib",
"cli"
]
}
],
"scripts": {
"pretest": "npx -w lib tsc",
"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"
}
}