Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code-style-lint.yml #425

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Update code-style-lint.yml #425

merged 2 commits into from
Jan 18, 2023

Conversation

gsingh04
Copy link
Member

only=dev is no longer supported and it is invalid config with npm i

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

only=dev is no longer supported and it is invalid config with npm i
@gsingh04 gsingh04 requested a review from a team January 17, 2023 22:16
@@ -32,5 +32,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
cd source && npm i --only=dev
cd source && npm i
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be doing a dev install like the previous line? If so can you still do production=false?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems reasonable to run the linter on all source and not just prod deployment files if we can

In 1.2.3 AxiosRequestConfig interface has been refactored with RawAxiosRequestConfig. Committing package-lock.json for repeatable builds to prevent similar issues

Reference: https://github.com/axios/axios/releases/tag/v1.2.3
@dougtoppin dougtoppin merged commit 66fa67a into aws-solutions:develop Jan 18, 2023
@dougtoppin dougtoppin mentioned this pull request Jan 25, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants