Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit aba6bec

Browse files
committed
Fix test script
1 parent 8bfe427 commit aba6bec

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": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
55
"main": "index.js",
66
"scripts": {
7-
"test": "eslint --ignore-pattern test/* & jest"
7+
"test": "eslint --ignore-pattern test/* && jest"
88
},
99
"files": [
1010
"src",

0 commit comments

Comments
 (0)