Skip to content

Commit 47b6881

Browse files
committed
Move pre-commit to test
Signed-off-by: Hollow Man <hollowman@opensuse.org>
1 parent e415bc1 commit 47b6881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
"scripts": {
1414
"lint": "eslint .",
1515
"postinstall": "husky init",
16-
"pre-commit": "lint-staged && eslint . --fix",
1716
"prepare": "husky",
18-
"test": "echo \"Error: no test specified\""
17+
"test": "lint-staged && eslint . --fix"
1918
},
2019
"lint-staged": {
2120
"**/*.{js,jsx,ts,tsx,json,css,scss,md,html}": [

0 commit comments

Comments
 (0)