Skip to content

Commit

Permalink
pipeline dependecies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-kraslan committed Jul 26, 2024
1 parent 696c50b commit 9811117
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9811117

Please sign in to comment.