Skip to content

Commit 1abd84c

Browse files
committed
FIX output path
1 parent b529032 commit 1abd84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/optimize-nohup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e
33

4-
nohup npm run optimize-bdd &
4+
nohup npm run optimize-bdd > optimize.nohup.out &

0 commit comments

Comments
 (0)