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 () => {
3232 p . intro ( heading ( { text : 'PIPES' , sub : '' , dim : true } ) ) ;
3333
3434 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') ;
3636
3737 const builtPipes = await buildTypeScriptFiles (
3838 sourcePath ,
@@ -47,7 +47,7 @@ const buildTools = async () => {
4747 p . intro ( heading ( { text : 'TOOLS' , sub : '' , dim : true } ) ) ;
4848
4949 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') ;
5151
5252 const builtTools = await buildTypeScriptFiles (
5353 sourcePath ,
You can’t perform that action at this time.
0 commit comments