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 a7f1a89 commit 0099412Copy full SHA for 0099412
package.json
@@ -8,7 +8,7 @@
8
"dist/**/*"
9
],
10
"scripts": {
11
- "test": "ava tests/*.test.js --fail-fast -- no-rollup-warnings",
+ "test": "ava tests/*.test.js --verbose --fail-fast -- no-rollup-warnings",
12
"clean": "del-cli dist",
13
"build": "npm run clean && rollup -c",
14
"prepare": "cd tests/fixtures && npm install"
0 commit comments