Skip to content

Commit

Permalink
add usePackageLock for v1alpha schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Nov 6, 2024
1 parent b63fcf3 commit c04b9fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,10 @@
"description": "Settings specific to npm.",
"type": "object",
"properties": {
"usePackageLock": {
"type": "boolean",
"description": "Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during installation which will improve the speed of installation."
},
"packages": {
"description": "Specifies any npm packages that are required to run tests.",
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions api/v1alpha/subschema/npm.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"description": "Settings specific to npm.",
"type": "object",
"properties": {
"usePackageLock": {
"type": "boolean",
"description": "Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during installation which will improve the speed of installation."
},
"packages": {
"description": "Specifies any npm packages that are required to run tests.",
"type": "object"
Expand Down

0 comments on commit c04b9fb

Please sign in to comment.