Skip to content

Commit 2153af0

Browse files
committed
Fix bin path
1 parent 9d6f71e commit 2153af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packtory.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function buildConfig() {
6666
],
6767
additionalPackageJsonAttributes: {
6868
bin: {
69-
packtory: './command-line-interface.entry-point.js'
69+
packtory: 'packages/command-line-interface/command-line-interface.entry-point.js'
7070
},
7171
description:
7272
'Effortlessly bundle and publish npm packages from the command line with @packtory/cli.'

0 commit comments

Comments
 (0)