File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/baseai/src/build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const buildPipes = async () => {
32
32
p . intro ( heading ( { text : 'PIPES' , sub : '' , dim : true } ) ) ;
33
33
34
34
const sourcePath = path . join ( process . cwd ( ) , 'baseai' , 'pipes' ) ;
35
- const outputPath = path . join ( process . cwd ( ) , '.baseai/ pipes' ) ;
35
+ const outputPath = path . join ( process . cwd ( ) , '.baseai' , ' pipes') ;
36
36
37
37
const builtPipes = await buildTypeScriptFiles (
38
38
sourcePath ,
@@ -47,7 +47,7 @@ const buildTools = async () => {
47
47
p . intro ( heading ( { text : 'TOOLS' , sub : '' , dim : true } ) ) ;
48
48
49
49
const sourcePath = path . join ( process . cwd ( ) , 'baseai' , 'tools' ) ;
50
- const outputPath = path . join ( process . cwd ( ) , '.baseai/ tools' ) ;
50
+ const outputPath = path . join ( process . cwd ( ) , '.baseai' , ' tools') ;
51
51
52
52
const builtTools = await buildTypeScriptFiles (
53
53
sourcePath ,
You can’t perform that action at this time.
0 commit comments