Skip to content

Commit

Permalink
Merge pull request #1088 from Tradeshift/remove-global-grunt-install
Browse files Browse the repository at this point in the history
chore: removes global grunt install from deploy-to-s3 script
  • Loading branch information
tradeshift-larsbojensen authored Jun 9, 2022
2 parents 6f8b1f8 + 6f7ea0d commit 34fb686
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
node-version: 8
cache: 'npm'

- name: 🐗 Install grunt-cli
run: npm install -g grunt-cli

- name: 📥 Download deps
run: npm ci

Expand Down

0 comments on commit 34fb686

Please sign in to comment.