We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728c98 commit 4d0fb19Copy full SHA for 4d0fb19
1 file changed
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