edit hook

This commit is contained in:
Leifer
2022-12-01 10:17:19 +01:00
parent b3173517b4
commit a5e15d9d84
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"database:rollup": "rollup --config ./packages/database/rollup-database.config.js",
"format:check": "prettier --check ./packages",
"format:write": "prettier --write ./packages",
"fmt.staged": "pretty-quick --staged",
"lint:check": "eslint ./packages",
"lint:fix": "eslint --fix ./packages",
"build": "yarn run cli:rollup && yarn run bot:rollup && yarn run provider:rollup && yarn run database:rollup",