We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571a503 commit 6772d83Copy full SHA for 6772d83
package.json
@@ -41,6 +41,7 @@
41
"start": "ts-node-dev --respawn src",
42
"build": "tsc",
43
"lint": "prettier --check \"src/**/*.ts\"",
44
- "lint:fix": "prettier \"src/**/*.ts\" --write "
+ "lint:fix": "prettier \"src/**/*.ts\" --write ",
45
+ "prepare": "husky install"
46
}
47
0 commit comments