Skip to content

Commit 1aa46dc

Browse files
authored
fix: correct npm branding (#537)
1 parent b5d860c commit 1aa46dc

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

src/commands/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
44
parameters:
55
install-command:
6-
description: Overrides the default NPM command (npm ci)
6+
description: Overrides the default npm command (npm ci)
77
type: string
88
default: ""
99
post-install:
@@ -47,7 +47,7 @@ parameters:
4747
type: enum
4848
enum: ["npm", "yarn", "yarn-berry", "pnpm"]
4949
default: "npm"
50-
description: Select the default node package manager to use. NPM v5+ Required.
50+
description: Select the default node package manager to use. npm v5+ Required.
5151
skip-checkout:
5252
type: boolean
5353
default: false

src/examples/component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Runs Cypress component tests.
3-
Installs dependencies and caches NPM modules and the Cypress binary.
3+
Installs dependencies and caches npm modules and the Cypress binary.
44
usage:
55
version: 2.1
66
orbs:

src/examples/pnpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Runs Cypress tests using pnpm.
3-
Installs dependencies and caches NPM modules and the Cypress binary.
3+
Installs dependencies and caches npm modules and the Cypress binary.
44
usage:
55
version: 2.1
66
orbs:

src/examples/recording.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Runs Cypress end-to-end tests in parallel and record results to Cypress Cloud.
3-
Installs dependencies and caches NPM modules and the Cypress binary.
3+
Installs dependencies and caches npm modules and the Cypress binary.
44
usage:
55
version: 2.1
66
orbs:

src/examples/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Runs Cypress end-to-end tests without recording results to Cypress Cloud.
3-
Installs dependencies and caches NPM modules and the Cypress binary.
3+
Installs dependencies and caches npm modules and the Cypress binary.
44
usage:
55
version: 2.1
66
orbs:

src/examples/yarn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Runs Cypress tests using yarn.
3-
Installs dependencies and caches NPM modules and the Cypress binary.
3+
Installs dependencies and caches npm modules and the Cypress binary.
44
usage:
55
version: 2.1
66
orbs:

src/jobs/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource_class: << parameters.resource_class >>
1010

1111
parameters:
1212
install-command:
13-
description: Overrides the default NPM command (npm ci)
13+
description: Overrides the default npm command (npm ci)
1414
type: string
1515
default: ""
1616
post-install:
@@ -54,7 +54,7 @@ parameters:
5454
type: enum
5555
enum: ["npm", "yarn", "yarn-berry", "pnpm"]
5656
default: "npm"
57-
description: Select the default node package manager to use. NPM v5+ Required.
57+
description: Select the default node package manager to use. npm v5+ Required.
5858
start-command:
5959
description: Command used to start your local dev server for Cypress to tests against
6060
type: string

0 commit comments

Comments
 (0)