Skip to content

Commit 5f47ed0

Browse files
authored
feat: force release (#368)
1 parent 5df7791 commit 5f47ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"publish": "lerna publish --no-private -y from-package",
1212
"test": "lerna run test",
1313
"format": "prettier --write \"**/*.{js,ts,json,md}\"",
14-
"prepare": "husky install"
14+
"prepare": "husky install "
1515
},
1616
"lint-staged": {
1717
"**/*.{js,ts,json,md}": "prettier --write"

0 commit comments

Comments
 (0)