-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: npm runs
ci
instead of install
when CI flag is present or p…
…assed explicitly (#605)
- Loading branch information
1 parent
6691cc7
commit cc8a95d
Showing
12 changed files
with
118 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...ootstrap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_with_lock_file[linux].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm ci' in '{current_working_directory}' | ||
npm: STDOUT | ||
npm: STDERR |
6 changes: 6 additions & 0 deletions
6
...ootstrap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_with_lock_file[macOS].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm ci' in '{current_working_directory}' | ||
npm: STDOUT | ||
npm: STDERR |
6 changes: 6 additions & 0 deletions
6
...tstrap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_with_lock_file[windows].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm.cmd ci' in '{current_working_directory}' | ||
npm.cmd: STDOUT | ||
npm.cmd: STDERR |
4 changes: 4 additions & 0 deletions
4
...strap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_without_lock_file[linux].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
Error: Cannot run `npm ci` because `package-lock.json` is missing. Please run `npm install` instead and commit it to your source control. |
4 changes: 4 additions & 0 deletions
4
...strap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_without_lock_file[macOS].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
Error: Cannot run `npm ci` because `package-lock.json` is missing. Please run `npm install` instead and commit it to your source control. |
4 changes: 4 additions & 0 deletions
4
...rap/test_bootstrap_npm.test_bootstrap_npm_ci_mode_without_lock_file[windows].approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
Error: Cannot run `npm ci` because `package-lock.json` is missing. Please run `npm install` instead and commit it to your source control. |