Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Setup command - added support for custom configuration and pnpm #1326
Setup command - added support for custom configuration and pnpm #1326
Changes from all commits
bb36015
6583684
fb20e20
9a20c6c
ed7b39d
633d8a0
74c9a47
e0e5024
f51ae6d
7233563
f8e793a
c53b4c2
c3e0486
e8cc9f8
95ba696
3dff2bb
0f0856e
f280aa5
ecb74bb
cd0fda3
547fa02
265fea7
e8f884c
2ee5950
aec982a
57df296
e8d5842
f84e6f8
8c2b1c6
e6afac1
f6eed54
be5cdcb
1087833
cd0ce91
31b0627
89cdb97
02252d2
76fd3b4
77e8d71
f28f014
0e959a3
01e0f45
95bf72e
c90cbb3
5f37066
1ecb8ed
6e3f8b9
07af542
746d67d
5f8e0aa
43d1a80
3f8ab57
b73d2eb
0d5e16b
bc7f2d4
6e5def8
a89e2f5
e8566f1
3a1bcf0
52894c8
3a0f99b
70015a8
dc79716
4355159
4908ff5
84f28a3
c7de277
84f3f27
5efc6e2
fd928f7
97c4fe2
2733b60
3a8cfe5
a0afe89
b3e78b8
4a048ae
91f9a19
0a734da
0c20c77
6ac61ff
2b347b8
17f4f5f
51b9b20
b515800
e193963
a412162
a789a1f
c609123
d9df61a
cb49813
5e43e9a
287788a
5e7af1d
707bb56
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be problematic if users execute this command in a CI environment. Consider concealing the credentials in the command, similar to how it's done here:
https://github.com/jfrog/build-info-go/blob/v1.10.8/utils/goutils.go#L52