Skip to content

Commit 9a5992f

Browse files
committed
Fix coverage script scope
1 parent 7439a45 commit 9a5992f

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
@@ -11,7 +11,7 @@
1111
"pretest": "npm run lint && npm run build",
1212
"lint": "standard lib/*.js spec/*.js",
1313
"test": "jasmine",
14-
"coverage": "nyc --include 'dist-es5/**' npm test",
14+
"coverage": "nyc --include 'dist/**' npm test",
1515
"dev": "NODE_ENV=development rollup -c example/rollup.config.js --watch",
1616
"example": "NODE_ENV=production rollup -c example/rollup.config.js",
1717
"build": "rollup -c rollup.config.js"

0 commit comments

Comments
 (0)