Skip to content

Commit

Permalink
Cli: fix lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Apr 26, 2024
1 parent 7f7b461 commit 277255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface OutConfig {
}

export const makeConfig = (pkgName: string, pkgPath: string): Config => {
const libPath = 'dist'
const libPath = `${pkgPath}/dist`
return {
pkgName,
pkgPath,
Expand Down

0 comments on commit 277255a

Please sign in to comment.