From 5a7dd901f0f48ec8828b70f31e32a9760ea3fa3c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 May 2018 13:30:01 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff99bcc..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ release: stage: release script: - npmci npm prepare - - npmci command npm publish + - npmci npm publish only: - tags tags: diff --git a/package.json b/package.json index 4ae4edd..430e24b 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "scripts": { "test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)", + "build": "npm test", "testShort": "(npm run compile && npm run check)", "prepareTest": "(rm -rf test/)", "compile": "(rm -rf dist/ && tsc)",