Skip to content

Commit e735ff2

Browse files
🔍 test: Upgrade ava.
1 parent e0a1994 commit e735ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"esdoc": "esdoc",
131131
"prepare": "npm run build",
132132
"release": "np",
133-
"test": "xo && ava"
133+
"test": "ava",
134+
"lint": "xo"
134135
},
135136
"xo": {
136137
"prettier": true,

0 commit comments

Comments
 (0)