From 981111705b5b8cc1cd14de44f2966bc05756aa43 Mon Sep 17 00:00:00 2001 From: David Kraslan Date: Fri, 26 Jul 2024 12:49:38 +0200 Subject: [PATCH] pipeline dependecies fix --- .github/workflows/ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d24f3..8671cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,11 +26,8 @@ jobs: - name: Install project dependencies working-directory: ./client run: | - npm i - npm run lint - npm install --save-dev --save-exact prettier - npm run prettier - npm test + npm install + npm install -D tailwindcss postcss autoprefixer env: CI: true @@ -76,11 +73,7 @@ jobs: - name: Install project dependencies working-directory: ./smart_contract run: | - npm i - npm run lint - npm install --save-dev --save-exact prettier - npm run prettier - npm test + npm init -y env: CI: true