Skip to content

Commit 40fb72a

Browse files
author
Renato Pozzi
committed
fix: add missing command
1 parent 0fefde2 commit 40fb72a

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
@@ -3,7 +3,8 @@
33
"private": true,
44
"scripts": {
55
"lib:test": "pnpm --filter react-plock test",
6-
"lib:build": "pnpm --filter react-plock build"
6+
"lib:build": "pnpm --filter react-plock build",
7+
"lib:release": "pnpm --filter react-plock lib:release"
78
},
89
"devDependencies": {
910
"@types/node": "^18.14.4",

0 commit comments

Comments
 (0)