Skip to content

Commit 48bbae6

Browse files
committed
Improve description.
1 parent ed373e0 commit 48bbae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/scripts/test.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ echo 'dependency into the local "node_modules" directory, which will ultimately'
55
echo 'be stored in the Jenkins home directory. As described in'
66
echo 'https://docs.npmjs.com/cli/install, the "--save-dev" flag causes the'
77
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'
1111
echo 'https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies.'
1212
set -x
1313
# npm install --save-dev cross-env

0 commit comments

Comments
 (0)