Skip to content

Commit 99cb354

Browse files
authored
fix: Add 'pf' command to package.json bin section
1 parent 0fe14a7 commit 99cb354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"main": "dist/cli.js",
1111
"type": "module",
1212
"bin": {
13-
"patternfly-cli": "./dist/cli.js"
13+
"patternfly-cli": "./dist/cli.js",
14+
"pf": "./dist/cli.js"
1415
},
1516
"scripts": {
1617
"build": "tsc",

0 commit comments

Comments
 (0)