Skip to content

Commit b475aea

Browse files
committed
Fix syntax error in test:ci package script
1 parent aab4133 commit b475aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:all": "jest",
5353
"test:unit": "jest tests/unit",
5454
"test:integration": "jest tests/integration",
55-
"test:ci": "eslint && jest tests/unit --coverage",
55+
"test:ci": "npm run eslint && jest tests/unit --coverage",
5656
"pretest": "npm run lint || true",
5757
"test": "jest --coverage"
5858
},

0 commit comments

Comments
 (0)