Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coolusaHD committed Jun 27, 2022
1 parent 471811b commit 6b4e477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkCodeSytle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies frontend
run: npm ci
run: npm i

- name: run prettier
run: npm run prettier-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployAtFTP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '16'

- name: 📦 Install dependencies
run: npm ci
run: npm i

- name: Check code style
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run lint
- run: npm run prettier-check

0 comments on commit 6b4e477

Please sign in to comment.