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 @@ -5,9 +5,9 @@ echo 'dependency into the local "node_modules" directory, which will ultimately'
55echo ' be stored in the Jenkins home directory. As described in'
66echo ' https://docs.npmjs.com/cli/install, the "--save-dev" flag causes the'
77echo ' "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'
1111echo ' https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies.'
1212set -x
1313# npm install --save-dev cross-env
You can’t perform that action at this time.
0 commit comments