fix: trust @ast-grep/napi in CI to enable native module install scripts

This commit is contained in:
YeonGyu-Kim
2025-12-05 04:29:40 +09:00
parent 909ce37826
commit 36ef885141
2 changed files with 26 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "oh-my-opencode",
"version": "0.1.5",
"version": "0.1.6",
"description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -57,6 +57,7 @@
"bun": ">=1.0.0"
},
"trustedDependencies": [
"@ast-grep/cli"
"@ast-grep/cli",
"@ast-grep/napi"
]
}