Skip to content

Commit

Permalink
Unmute log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Sep 23, 2023
1 parent 76c3f49 commit 68ff2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
pushd $DIR
npm start >> log.txt
npm start
popd

0 comments on commit 68ff2c4

Please sign in to comment.