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 67d70f3 commit 5dc0002Copy full SHA for 5dc0002
package.json
@@ -8,7 +8,7 @@
8
"dist/**/*"
9
],
10
"scripts": {
11
- "test": "ava tests/*.test.js -- no-rollup-warnings",
+ "test": "ava tests/*.test.js --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