From c3c2cb36ff03d4534c0269c34d9d3ce2574a5c67 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 29 Nov 2019 03:01:48 -0500 Subject: [PATCH] test pipeline with ipfs-yarn --- .gitlab-ci.yml | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a89b85..6d9e623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ image: node:13 before_script: - - yarn + - yarn global install ipfs-npm + - ipfs-yarn cache: paths: @@ -10,7 +11,7 @@ cache: build: stage: build script: - - yarn run build:prod + - ipfs-yarn run build:prod artifacts: paths: - dist/angular @@ -18,12 +19,12 @@ build: test: stage: test script: - - yarn run lint + - ipfs-yarn run lint pages: stage: deploy script: - - yarn run build:gitlab + - ipfs-yarn run build:gitlab - mv dist/angular public - cp public/index.html public/404.html artifacts: diff --git a/package.json b/package.json index f07cefb..4581650 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "yarn": "yarn-npm" + "yarn": "ipfs-yarn" }, "private": false, "dependencies": {