Skip to content

Commit c5688eb

Browse files
committed
fix(update): package logs and more
1 parent 4011f9e commit c5688eb

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
@@ -30,6 +30,7 @@
3030
"docs:gen": "typedoc",
3131
"format": "prettier -w ./packages/**/src/**/*.{ts,tsx,js,jsx}",
3232
"linter": "eslint --fix ./packages/**/src/**/*.{ts,tsx,js,jsx}",
33+
"patch": "lerna publish prerelease",
3334
"prepare": "husky install",
3435
"publish": "npm run linter && npm run format && npm run build && lerna publish",
3536
"test": "lerna run test",

0 commit comments

Comments
 (0)