From 1a2d14d11053f2ee2c7422bd93be8e8d42694c6b Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 18 Dec 2017 13:47:24 +0100
Subject: [PATCH] Skip the NPM uninstall step

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cd1a43..56f330b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ package:
     - npm install
     - mkdir -p public/js public/css
     - npm run build
-    - npm uninstall --save-prod
     - npm pack
   artifacts:
     paths:
-- 
GitLab