From a0f9314c284c4c006af75e1485f9ee6a3d31d875 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Fri, 30 Oct 2020 12:49:33 +0100 Subject: [PATCH] Update .npmignore, .gitlab-ci.yml files --- .gitlab-ci.yml | 1 + .npmignore | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c822efb..d9f4c12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ cache: paths: - node_modules/ - docs/ + - dist/ stages: - build diff --git a/.npmignore b/.npmignore index 26c7aba..e2ccced 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,9 @@ src/ docs/ examples/ -.gitlab-ci.yml \ No newline at end of file +.gitlab-ci.yml +.eslintrc.json +jest.config.js +stryker.conf.json +tsconfig-examples.json +tsconfig.json -- GitLab