From c7516458bdb7c6297026cf63193cdb9075293177 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 May 2018 21:29:35 +0200 Subject: [PATCH] update .gitignore --- .gitlab-ci.yml | 4 ++-- .npmignore | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .npmignore diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3b1b23..fcf7125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ testLTS: testSTABLE: stage: test script: - - npmci node install lts + - npmci node install stable - npmci npm install - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ @@ -87,7 +87,7 @@ testSTABLE: release: stage: release script: - - npmci node install stable + - npmci node install lts - npmci npm prepare - npmci npm publish only: diff --git a/.npmignore b/.npmignore deleted file mode 100644 index d813d71..0000000 --- a/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -pages/ -coverage/ -test/ -node_modules/ -config.json \ No newline at end of file