This commit is contained in:
Leifer
2022-11-29 22:00:05 +01:00
parent c63018ff08
commit ad8831a75a

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",
"prepare": "npx husky install",
"postinstall": "npx husky install",
"preinstall": "npx only-allow yarn",
"release": "standard-version"
},