docs(contributing): added more info

This commit is contained in:
Leifer
2022-11-29 22:04:46 +01:00
parent ad8831a75a
commit 9351af16b7
5 changed files with 8 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
"cli": "node ./packages/cli/bin/cli.js",
"dev:debug": "node --inspect ./example-app/app.js",
"dev": "node ./example-app/app.js",
"postinstall": "npx husky install",
"prepare": "npx husky install",
"preinstall": "npx only-allow yarn",
"release": "standard-version"
},