Skip to content

Commit 189a512

Browse files
committed
chore: add build as part of npm test
1 parent efc624d commit 189a512

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
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"scripts": {
66
"pretest": "./scripts/build-image.sh",
7-
"test": "npm run lint && npm run test:unit && npm run test:integration",
7+
"test": "npm run lint && npm run build && npm run test:unit && npm run test:integration",
88
"test:unit": "./tap test/unit -R spec",
99
"test:integration": "./tap test/integration -Rdot --timeout=600",
1010
"test:coverage": "npm run test:unit -- --coverage",

0 commit comments

Comments
 (0)