mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-05-02 13:07:40 +00:00
small adjustments for package.json
Signed-off-by: Benny <benny@hierl.dev>
This commit is contained in:
parent
caaef85d60
commit
b4cd04a11a
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue