Skip to content

Commit

Permalink
chore(dx): adjust commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent 8c8d4ac commit 0a58fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dev": "vite --port 3333 --open",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"preview": "vite preview",
"commit": "git add . && commit",
"commit": "commit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
Expand Down

0 comments on commit 0a58fea

Please sign in to comment.