File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ npm run test -- --grep="pattern"
32
32
```
33
33
34
34
The arguments will only be passed to the script specified after ``` npm run ```
35
- and not to any ` pre ` or `post script.
35
+ and not to any ` pre ` or ` post ` script.
36
36
37
37
The ` env ` script is a special built-in command that can be used to list
38
38
environment variables that will be available to the script at runtime. If an
@@ -56,7 +56,7 @@ instead of
56
56
```
57
57
58
58
The actual shell your script is run within is platform dependent. By default,
59
- on Unix-like systems it is the ` /bin/sh ` command, on Windows it is the
59
+ on Unix-like systems it is the ` /bin/sh ` command, on Windows it is
60
60
` cmd.exe ` .
61
61
The actual shell referred to by ` /bin/sh ` also depends on the system.
62
62
You can customize the shell with the ` script-shell ` configuration.
@@ -102,7 +102,7 @@ Skips running `pre` and `post` scripts.
102
102
* Default: ` null `
103
103
104
104
Optional custom script to use to execute the command. If not defined defaults
105
- to ` /bin/sh ` on Unix, defaults to ` env.comspec ` or ` cmd ` on Windows.
105
+ to ` /bin/sh ` on Unix, defaults to ` env.comspec ` or ` cmd.exe ` on Windows.
106
106
107
107
#### silent
108
108
You can’t perform that action at this time.
0 commit comments