Skip to content

Commit 7775adf

Browse files
committed
Update test configuration
1 parent a7084d6 commit 7775adf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"lib"
1616
],
1717
"scripts": {
18-
"clean": "git clean -X -d -f",
1918
"prepublishOnly": "npm test",
20-
"pretest": "rollup --silent -c .rollup.js",
19+
"pretest": "rollup -c .rollup.js --silent",
2120
"test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
2221
"test:ec": "echint --ignore index.bundle.js test",
23-
"test:js": "eslint index.js --cache",
22+
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
2423
"test:tape": "postcss-tape"
2524
},
2625
"engines": {

0 commit comments

Comments
 (0)