fix(ci): use explicit test path in opencode-provider to fix glob on Linux runners

This commit is contained in:
diegosouzapw
2026-05-18 17:57:35 -03:00
parent 04d44f6262
commit d291834481

View File

@@ -21,7 +21,7 @@
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"test": "node --import tsx/esm --test tests/**/*.test.ts",
"test": "node --import tsx/esm --test tests/index.test.ts",
"prepublishOnly": "npm run clean && npm run build && npm test"
},
"keywords": [