We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df7791 commit 5f47ed0Copy full SHA for 5f47ed0
package.json
@@ -11,7 +11,7 @@
11
"publish": "lerna publish --no-private -y from-package",
12
"test": "lerna run test",
13
"format": "prettier --write \"**/*.{js,ts,json,md}\"",
14
- "prepare": "husky install"
+ "prepare": "husky install "
15
},
16
"lint-staged": {
17
"**/*.{js,ts,json,md}": "prettier --write"
0 commit comments