Skip to content

Commit da078f6

Browse files
committed
chore: add missing ac cli aliases
1 parent 88a098c commit da078f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app-config-main/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"!**/*.test.*"
2222
],
2323
"bin": {
24+
"ac": "dist/cli.js",
2425
"app-config": "dist/cli.js"
2526
},
2627
"scripts": {

lcdev-app-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"!**/*.test.*"
2222
],
2323
"bin": {
24+
"ac": "dist/cli.js",
2425
"app-config": "dist/cli.js"
2526
},
2627
"scripts": {

0 commit comments

Comments
 (0)