We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7084d6 commit 7775adfCopy full SHA for 7775adf
package.json
@@ -15,12 +15,11 @@
15
"lib"
16
],
17
"scripts": {
18
- "clean": "git clean -X -d -f",
19
"prepublishOnly": "npm test",
20
- "pretest": "rollup --silent -c .rollup.js",
+ "pretest": "rollup -c .rollup.js --silent",
21
"test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
22
"test:ec": "echint --ignore index.bundle.js test",
23
- "test:js": "eslint index.js --cache",
+ "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
24
"test:tape": "postcss-tape"
25
},
26
"engines": {
0 commit comments