mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
feat(native): add prebuilt Node-API flock support
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
"build": "pnpm build:ts",
|
||||
"build:ts": "tsc -b",
|
||||
"build:native": "tsx ./scripts/build.ts",
|
||||
"build:test-oracle": "node ./scripts/build-test-oracle.mjs",
|
||||
"typecheck": "tsc --noEmit && tsc -b --dry",
|
||||
"test": "node ./test/entry.test.js && node ./test/launcher.test.js",
|
||||
"test": "node ./test/entry.test.js && node ./test/launcher.test.js && node --test ./test/flock.test.js ./test/package-matrix.test.js",
|
||||
"test:entry": "node ./test/entry.test.js",
|
||||
"test:launcher": "node ./test/launcher.test.js",
|
||||
"test:flock": "node --test ./test/flock.test.js",
|
||||
"test:packaging": "node --test ./test/package-matrix.test.js",
|
||||
"gha:matrix": "node ./scripts/github-matrix.mjs",
|
||||
"release:bump": "node ./scripts/bump-release.mjs",
|
||||
"release:commit": "node ./scripts/commit-release.mjs",
|
||||
|
||||
Reference in New Issue
Block a user