small adjustments for package.json

Signed-off-by: Benny <benny@hierl.dev>
This commit is contained in:
Benny 2022-05-14 11:11:40 +02:00
parent caaef85d60
commit b4cd04a11a

View file

@ -14,7 +14,9 @@
"coverage": "vitest run --environment jsdom --coverage", "coverage": "vitest run --environment jsdom --coverage",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prepare": "husky install" "prepare": "husky install",
"preversion": "git pull --ff-only",
"postversion": "git push --follow-tags"
}, },
"prisma": { "prisma": {
"seed": "ts-node prisma/seed.ts" "seed": "ts-node prisma/seed.ts"