diff options
| author | Dax <[email protected]> | 2026-04-26 23:54:59 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-27 03:54:59 +0000 |
| commit | a9b62d67df08e6b984c51ead12339c845db49e93 (patch) | |
| tree | 30890d600d6cc10369e1d57f1e8972c16cfb7d90 /packages/core/package.json | |
| parent | 3525e619069069db10f13cc31959de879d7830eb (diff) | |
| download | opencode-a9b62d67df08e6b984c51ead12339c845db49e93.tar.gz opencode-a9b62d67df08e6b984c51ead12339c845db49e93.zip | |
Refactor npm config handling (#24565)
Diffstat (limited to 'packages/core/package.json')
| -rw-r--r-- | packages/core/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/package.json b/packages/core/package.json index d18acf3c7..546dc576c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,6 +7,7 @@ "private": true, "scripts": { "test": "bun test", + "test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml", "typecheck": "tsgo --noEmit" }, "bin": { |
