We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d99f1 commit 4f95936Copy full SHA for 4f95936
1 file changed
scripts/autogenerate.mjs
@@ -17,13 +17,13 @@ import {
17
process.env.NPM_CONFIG_LOGLEVEL = process.env.NPM_CONFIG_LOGLEVEL || 'silent';
18
19
[
20
- // lower-case (POSIX shells spesso le esportano così)
+ // lower-case (POSIX shells export them like this)
21
'npm_config_version_git_tag',
22
'npm_config_argv',
23
'npm_config_version_commit_hooks',
24
'npm_config_version_git_message',
25
'npm_config_version_tag_prefix',
26
- // upper-case (alcuni ambienti CI usano queste)
+ // upper-case (some CI environments use these)
27
'NPM_CONFIG_VERSION_GIT_TAG',
28
'NPM_CONFIG_ARGV',
29
'NPM_CONFIG_VERSION_COMMIT_HOOKS',
0 commit comments