Skip to content

Commit 7db5af4

Browse files
author
Kira
committed
Merge branch 'docs/readme' of github.com:Kira272921/React-Next.js-snippets into docs/readme
2 parents 58194df + 4c90570 commit 7db5af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"prepare": "husky install",
11-
"pre-commit": "yarn run format && yarn run lint && git add -A .",
11+
"pre-commit": "yarn run format && git add -A .",
1212
"format": "prettier --write \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1313
"format:check": "prettier --check \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1414
"release": "standard-version",
@@ -47,4 +47,4 @@
4747
"husky": "^7.0.4",
4848
"prettier": "^2.5.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)