Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptyoiy committed Feb 14, 2024
1 parent a02b0a0 commit 8b2ca3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
git pull --force origin ${{ github.ref }}
npm ci
npm run build
node createFolders.js && nohup node dist/index.js > ../app.log 2>&1 &
node createFolders.js
nohup node dist/index.js > ../app.log 2>&1 &

0 comments on commit 8b2ca3d

Please sign in to comment.