Skip to content

Commit

Permalink
Test: will fix CI although it breaks executable
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 11, 2023
1 parent 0c7d0ba commit 1867a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const problemDescription = (problem: Problem): string => {

export const publicPath = (...paths: string[]): string => {
console.info('donde estoy', path.join(__dirname))
return path.join(__dirname, '..', '..', 'public', ...paths)
return path.join(__dirname, '..', 'public', ...paths)
}

// no va el '..' extra... hay que corregir el build
Expand Down

0 comments on commit 1867a92

Please sign in to comment.