Skip to content

Commit

Permalink
Merge pull request #191 from LeoPlatform/feature/install-aws-sdk-no-save
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
jgrantr committed Nov 29, 2023
2 parents 0a15c51 + 996774f commit e43bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm i aws-sdk@^2.581.0
- run: npm i aws-sdk@^2.581.0 --no-save
- run: npm run compile --if-present
- run: npm run coverage-all

Expand Down

0 comments on commit e43bdc0

Please sign in to comment.