mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
feat: migrate to pnpm
This commit is contained in:
@@ -11,7 +11,7 @@ import { defineConfig } from 'tsdown'
|
||||
*/
|
||||
export default defineConfig({
|
||||
// Explicit globs: `workspace: true` would also discover examples/* (any
|
||||
// package.json), but only vendor/* and packages/* are yarn workspaces.
|
||||
// package.json), but only vendor/* and packages/* are pnpm workspaces.
|
||||
workspace: ['vendor/*', 'packages/*'],
|
||||
entry: ['src/index.ts'],
|
||||
outDir: 'lib',
|
||||
|
||||
Reference in New Issue
Block a user