Skip to content

Commit ad49a51

Browse files
committed
ci: try fix in windows
1 parent efa1950 commit ad49a51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",
2525
"pretest": "npm run build",
26-
"test": "nyc ava test/test-*.js"
26+
"test": "nyc ava"
2727
},
2828
"files": [
2929
"lib/"
@@ -95,6 +95,9 @@
9595
"*.md": "eslint"
9696
},
9797
"ava": {
98+
"files": [
99+
"test/test-*"
100+
],
98101
"require": [
99102
"@babel/register"
100103
]

0 commit comments

Comments
 (0)