Skip to content

Commit 804db2c

Browse files
committed
fixup: change pkg to cyan
1 parent 78d14f1 commit 804db2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lib/commands/run-script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ class RunScript extends BaseCommand {
181181
return acc
182182
}, [[], []])
183183

184-
const { reset, bold, green, dim, blue } = this.npm.chalk
185-
const pkgId = `in ${green(_id || name)}`
184+
const { reset, bold, cyan, dim, blue } = this.npm.chalk
185+
const pkgId = `in ${cyan(_id || name)}`
186186
const title = (t) => reset(bold(t))
187187

188188
if (cmds.length) {

tap-snapshots/test/lib/commands/run-script.js.test.cjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ Lifecycle scripts included in e:
127127
`
128128

129129
exports[`test/lib/commands/run-script.js TAP workspaces list all scripts with colors > must match snapshot 1`] = `
130-
[0m[1mScripts[22m[0m available in [32ma@1.0.0[39m via \`[34mnpm run-script[39m\`:
130+
[0m[1mScripts[22m[0m available in [36ma@1.0.0[39m via \`[34mnpm run-script[39m\`:
131131
glorp
132132
echo a doing the glerp glop
133133
134-
[0m[1mScripts[22m[0m available in [32mb@2.0.0[39m via \`[34mnpm run-script[39m\`:
134+
[0m[1mScripts[22m[0m available in [36mb@2.0.0[39m via \`[34mnpm run-script[39m\`:
135135
glorp
136136
echo b doing the glerp glop
137137
138-
[0m[1mLifecycle scripts[22m[0m included in [32mc@1.0.0[39m:
138+
[0m[1mLifecycle scripts[22m[0m included in [36mc@1.0.0[39m:
139139
test
140140
exit 0
141141
posttest
@@ -144,13 +144,13 @@ available via \`npm run-script\`:
144144
lorem
145145
echo c lorem
146146
147-
[0m[1mLifecycle scripts[22m[0m included in [32md@1.0.0[39m:
147+
[0m[1mLifecycle scripts[22m[0m included in [36md@1.0.0[39m:
148148
test
149149
exit 0
150150
posttest
151151
echo posttest
152152
153-
[0m[1mLifecycle scripts[22m[0m included in [32me[39m:
153+
[0m[1mLifecycle scripts[22m[0m included in [36me[39m:
154154
test
155155
exit 0
156156
start

0 commit comments

Comments
 (0)