|
|
@@ -18,8 +18,8 @@
|
|
|
"lint": "tsc && eslint ./src",
|
|
|
"lint:fix": "tsc && eslint ./src --fix",
|
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
|
- "test": "npm run lint && c8 --reporter=text-summary mocha",
|
|
|
- "test:coverage": "npm run lint && c8 --reporter=text mocha",
|
|
|
+ "test": "npm run lint && c8 --reporter=text-summary mocha --bail",
|
|
|
+ "test:coverage": "npm run lint && c8 --reporter=text mocha --bail",
|
|
|
"build:cjs": "node build-cjs.js",
|
|
|
"prepare": "husky"
|
|
|
},
|