Skip to content

Commit

Permalink
Correct wording in 'deliver.sh'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Nov 13, 2017
1 parent b7c8cd8 commit 5c01fd8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jenkins/scripts/deliver.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env sh

echo 'The following "npm" command builds your Node.js/React application for'
echo 'production in the local "build" directory (i.e. within the'
echo '"/var/jenkins_home/workspace/simple-node-js-react-app" directory),'
echo 'correctly bundles React in production mode and optimizes the build for'
echo 'the best performance.'
echo 'production in the local "build" directory (i.e. within the appropriate'
echo 'subdirectory of "/var/jenkins_home/workspace/"), correctly bundles React'
echo 'in production mode and optimizes the build for the best performance.'
set -x
npm run build
set +x
Expand Down

0 comments on commit 5c01fd8

Please sign in to comment.