From 188c7af7496068f13ac17a23bede6855a2ce55ba Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 16 Jun 2016 04:21:28 +0200 Subject: [PATCH] fix CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e40cdcb..df93868 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "easy communication with docker from node, TypeScript ready", "main": "dist/index.js", "scripts": { - "test": "npmts --notest && npm run cleanup && npm run build && npm run startdocker", + "test": "npmts --notest && npm run build && npm run startdocker && npm run cleanup", "build": "docker build -t npmts-test-image .", "startdocker":"docker run -v /var/run/docker.sock:/var/run/docker.sock --name npmts-test-container npmts-test-image", "cleanup":"docker rm npmts-test-container && docker rmi npmts-test-image"