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 efc624d commit 189a512Copy full SHA for 189a512
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/index.js",
5
"scripts": {
6
"pretest": "./scripts/build-image.sh",
7
- "test": "npm run lint && npm run test:unit && npm run test:integration",
+ "test": "npm run lint && npm run build && npm run test:unit && npm run test:integration",
8
"test:unit": "./tap test/unit -R spec",
9
"test:integration": "./tap test/integration -Rdot --timeout=600",
10
"test:coverage": "npm run test:unit -- --coverage",
0 commit comments