Skip to content

Commit

Permalink
Improve description.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Oct 14, 2017
1 parent ed373e0 commit 48bbae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ echo 'dependency into the local "node_modules" directory, which will ultimately'
echo 'be stored in the Jenkins home directory. As described in'
echo 'https://docs.npmjs.com/cli/install, the "--save-dev" flag causes the'
echo '"cross-env" dependency to be installed as "devDependencies". For the'
echo 'purposes of this tutorial, this is not important. However, this is'
echo 'typically how this dependency would be installed. For a comprehensive'
echo 'exaplanation about "devDependencies", see'
echo 'purposes of this tutorial, this flag is not important. However, when'
echo 'installing this dependency, it would typically be done so using this'
echo 'flag. For a comprehensive exaplanation about "devDependencies", see'
echo 'https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies.'
set -x
# npm install --save-dev cross-env
Expand Down

0 comments on commit 48bbae6

Please sign in to comment.