From 438053a2f9057220923a9070fd452ab965e1a56f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 14 Oct 2018 23:28:38 +0200 Subject: [PATCH] fix(structure): run gitzone format --- .gitlab-ci.yml | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1d614e..67fd2eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ mirror: snyk: stage: security script: + - npmci npm prepare - npmci command npm install -g snyk - npmci command npm install --ignore-scripts - npmci command snyk test @@ -39,6 +40,7 @@ snyk: testLEGACY: stage: test script: + - npmci npm prepare - npmci node install legacy - npmci npm install - npmci npm test @@ -51,6 +53,7 @@ testLEGACY: testLTS: stage: test script: + - npmci npm prepare - npmci node install lts - npmci npm install - npmci npm test @@ -62,6 +65,7 @@ testLTS: testSTABLE: stage: test script: + - npmci npm prepare - npmci node install stable - npmci npm install - npmci npm test @@ -118,6 +122,7 @@ pages: stage: metadata script: - npmci command npm install -g typedoc typescript + - npmci npm prepare - npmci npm install - npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/ tags: diff --git a/package.json b/package.json index 79e0fd6..73c830b 100644 --- a/package.json +++ b/package.json @@ -23,4 +23,4 @@ "dependencies": { "@pushrocks/smartpromise": "^2.0.5" } -} +} \ No newline at end of file