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 20c02d6 commit 7815d0dCopy full SHA for 7815d0d
package.json
@@ -29,7 +29,7 @@
29
"verify-publish-directory": "node -e 'if (!process.cwd().endsWith(\"dist\")) { console.error(\"Packaging/Publishing should be done from ./dist/\"); process.exitCode = 1; } process.exit();'",
30
"prepack": "npm run verify-publish-directory",
31
"prepublishOnly": "npm run verify-publish-directory",
32
- "prepare": "husky install"
+ "prepublish": "husky install"
33
},
34
"dependencies": {
35
"ajv": "^8.1.0",
0 commit comments