We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965f4de commit 1c771d3Copy full SHA for 1c771d3
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"build:dist": "lerna run build:dist",
24
"format": "prettier --write \"**/*.{ts,js,json,md,yml}\"",
25
"format:check": "prettier --check \"**/*.{ts,js,json,md,yml}\"",
26
- "prepush": ""
+ "prepush": "echo \"noop\""
27
},
28
"devDependencies": {
29
"@babel/core": "^7.22.9",
0 commit comments