Skip to content

Commit 7c4272e

Browse files
committed
plugin-catalog: Add package script command
Signed-off-by: Joaquim Rocha <[email protected]>
1 parent 2b81ddc commit 7c4272e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugin-catalog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"tsc": "headlamp-plugin tsc",
1212
"storybook": "headlamp-plugin storybook",
1313
"storybook-build": "headlamp-plugin storybook-build",
14-
"test": "headlamp-plugin test"
14+
"test": "headlamp-plugin test",
15+
"package": "headlamp-plugin package"
1516
},
1617
"keywords": [
1718
"headlamp",

0 commit comments

Comments
 (0)