File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ npm exec -- <pkg>[@<version>] [args...]
11
11
npm exec --package=< pkg> [@< version> ] -- < cmd> [args...]
12
12
npm exec -c ' <cmd> [args...]'
13
13
npm exec --package=foo -c ' <cmd> [args...]'
14
- npm exec [-ws] [-w < workspace-name] [args...]
14
+ npm exec [-- ws] [-w < workspace-name] [args...]
15
15
16
16
npx < pkg> [@< specifier> ] [args...]
17
17
npx -p < pkg> [@< specifier> ] < cmd> [args...]
@@ -184,7 +184,7 @@ in this example we're using **eslint** to lint any js file found within each
184
184
workspace folder:
185
185
186
186
```
187
- npm exec -ws -- eslint ./*.js
187
+ npm exec -- ws -- eslint ./*.js
188
188
```
189
189
190
190
#### Filtering workspaces
@@ -275,7 +275,7 @@ children workspaces)
275
275
276
276
#### workspaces
277
277
278
- * Alias: ` -ws `
278
+ * Alias: ` -- ws `
279
279
* Type: Boolean
280
280
* Default: ` false `
281
281
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ children workspaces)
189
189
190
190
#### workspaces
191
191
192
- * Alias: ` -ws `
192
+ * Alias: ` -- ws `
193
193
* Type: Boolean
194
194
* Default: ` false `
195
195
You can’t perform that action at this time.
0 commit comments