Skip to content

Commit

Permalink
Remove --exit from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jun 26, 2023
1 parent ba24025 commit 223b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:fix": "yarn prettier --write && yarn eslint --fix",
"eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
"prettier": "prettier \"**/*.{js,md,json}\"",
"test": "mocha --recursive \"test/**/*.ts\" --exit",
"test": "mocha --recursive \"test/**/*.ts\"",
"build": "tsc --build .",
"prepublishOnly": "yarn build",
"clean": "rimraf dist internal types *.{d.ts,js}{,.map} build-test tsconfig.tsbuildinfo"
Expand Down

0 comments on commit 223b09c

Please sign in to comment.