Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Redirect output of "npm run dev" to file
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Oct 11, 2017
1 parent 7e0fd61 commit 35bf037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ node('lisk-nano') {
ansiColor('xterm') {
sh '''
N=${EXECUTOR_NUMBER:-0}
NODE_ENV= npm run dev -- --port 808$N &> .lisk-nano.log &
NODE_ENV= npm run dev -- --port 808$N > .lisk-nano.log 2>&1 &
sleep 30
# End to End test configuration
Expand Down

0 comments on commit 35bf037

Please sign in to comment.