We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6f71e commit 2153af0Copy full SHA for 2153af0
packtory.config.js
@@ -66,7 +66,7 @@ export async function buildConfig() {
66
],
67
additionalPackageJsonAttributes: {
68
bin: {
69
- packtory: './command-line-interface.entry-point.js'
+ packtory: 'packages/command-line-interface/command-line-interface.entry-point.js'
70
},
71
description:
72
'Effortlessly bundle and publish npm packages from the command line with @packtory/cli.'
0 commit comments