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 c383db0 commit 6a1c608Copy full SHA for 6a1c608
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cra-template-react-ts-tw",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "template.json",
6
"scripts": {
template.json
@@ -1,6 +1,7 @@
"package": {
+ "preinstall": "git init",
"postinstall": "husky install && npx husky add .husky/pre-commit \"npx lint-staged\"",
"husky:prepare": "husky install && npx husky add .husky/pre-commit \"npx lint-staged\"",
7
"start": "react-scripts start",
0 commit comments