fixed build libs
This commit is contained in:
parent
b03231b849
commit
42baadae38
26 changed files with 981 additions and 541 deletions
|
|
@ -11,9 +11,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun run build:clean && bun run build:tsc",
|
||||
"build:clean": "rm -rf dist",
|
||||
"build:tsc": "tsc",
|
||||
"build": "tsc",
|
||||
"test": "bun test",
|
||||
"clean": "rm -rf dist node_modules .turbo"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { beforeEach, describe, expect, it } from 'bun:test';
|
||||
import { HandlerRegistry } from './registry';
|
||||
import type { HandlerConfiguration, HandlerMetadata } from './types';
|
||||
import { HandlerRegistry } from '../src/registry';
|
||||
import type { HandlerConfiguration, HandlerMetadata } from '../src/types';
|
||||
|
||||
describe('HandlerRegistry', () => {
|
||||
let registry: HandlerRegistry;
|
||||
Loading…
Add table
Add a link
Reference in a new issue