Skip to content

Commit 70f10c7

Browse files
committed
chore: run all tests in prepbulishOnly hook
1 parent 53e8c30 commit 70f10c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test-cov": "nyc --reporter=html mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
1919
"test-cov:debug": "NODE_DEBUG=mysql,net,stream nyc --reporter=html mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
2020
"lint": "eslint .",
21-
"prepublishOnly": "npm run lint && npm run test:unit"
21+
"prepublishOnly": "npm run lint && npm run test:docker"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)