fix: ship opencode lockfile in npm package

This commit is contained in:
Affaan Mustafa
2026-04-12 03:11:49 -07:00
parent 00fb1dc1bd
commit 6db6d84d03
2 changed files with 5 additions and 0 deletions

View File

@@ -87,6 +87,10 @@ function main() {
packagedPaths.has(".opencode/package.json"),
"npm pack should include .opencode/package.json"
)
assert.ok(
packagedPaths.has(".opencode/package-lock.json"),
"npm pack should include .opencode/package-lock.json"
)
assert.ok(
packagedPaths.has("agent.yaml"),
"npm pack should include agent.yaml"