File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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...]
1111npm exec  --package=< pkg> [@< version> ] -- < cmd>  [args...]
1212npm exec  -c ' <cmd> [args...]' 
1313npm exec  --package=foo -c ' <cmd> [args...]' 
14- npm exec  [-ws] [-w < workspace-name] [args...]
14+ npm exec  [-- ws] [-w < workspace-name] [args...]
1515
1616npx < pkg> [@< specifier> ] [args...]
1717npx -p < pkg> [@< specifier> ] < cmd>  [args...]
@@ -184,7 +184,7 @@ in this example we're using **eslint** to lint any js file found within each
184184workspace folder:
185185
186186``` 
187- npm exec -ws -- eslint ./*.js 
187+ npm exec -- ws -- eslint ./*.js 
188188``` 
189189
190190#### Filtering workspaces  
@@ -275,7 +275,7 @@ children workspaces)
275275
276276#### workspaces  
277277
278- *  Alias: ` -ws ` 
278+ *  Alias: ` -- ws ` 
279279*  Type: Boolean
280280*  Default: ` false ` 
281281
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ children workspaces)
189189
190190#### workspaces  
191191
192- *  Alias: ` -ws ` 
192+ *  Alias: ` -- ws ` 
193193*  Type: Boolean
194194*  Default: ` false ` 
195195
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments