Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2feab82

Browse files
committed
fix test command
1 parent 3943ef8 commit 2feab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run lint",
7+
"test": "xo",
88
"lint": "prettier 'utils/**/*.js' 'components/**/*.js' 'pages/**/*.js' 'lib/**/*.js' 'hocs/**/*.js' '*.js' --write --single-quote --print-width='80' --trailing-comma='all' && xo --fix",
99
"precommit": "lint-staged",
1010
"analyze": "cross-env ANALYZE=1 next build",

0 commit comments

Comments
 (0)