File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ echo 'dependency into the local "node_modules" directory, which will ultimately'
5
5
echo ' be stored in the Jenkins home directory. As described in'
6
6
echo ' https://docs.npmjs.com/cli/install, the "--save-dev" flag causes the'
7
7
echo ' "cross-env" dependency to be installed as "devDependencies". For the'
8
- echo ' purposes of this tutorial, this is not important. However, this is '
9
- echo ' typically how this dependency would be installed. For a comprehensive '
10
- echo ' exaplanation about "devDependencies", see'
8
+ echo ' purposes of this tutorial, this flag is not important. However, when '
9
+ echo ' installing this dependency, it would typically be done so using this '
10
+ echo ' flag. For a comprehensive exaplanation about "devDependencies", see'
11
11
echo ' https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies.'
12
12
set -x
13
13
# npm install --save-dev cross-env
You can’t perform that action at this time.
0 commit comments