Skip to content

Commit 9354ec2

Browse files
authored
chore: add export entrypoint for commands (#1113)
1 parent a80678a commit 9354ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
".": "./build/index.js",
2323
"./schema": "./build/src/schema/main.js",
2424
"./commands": "./build/commands/main.js",
25+
"./commands/*": "./build/commands/*.js",
2526
"./factories": "./build/src/factories/main.js",
2627
"./database": "./build/src/database/main.js",
2728
"./orm": "./build/src/orm/main.js",

0 commit comments

Comments
 (0)