Skip to content

Commit

Permalink
chore: removed clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
TakSeBiegam committed Jan 4, 2024
1 parent 220c099 commit cedbea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: preinstall aws
run: npm install @aws-sdk/client-s3
- name: install dependencies
run: npm ci
run: npm i
- name: check build errors
run: npm run build
- name: check test if exsists
Expand Down

0 comments on commit cedbea5

Please sign in to comment.