Skip to content

Commit

Permalink
ci: fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
DipokalLab authored May 7, 2023
1 parent 09fb896 commit 5f05dc9
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 @@ -7,4 +7,5 @@ jobs:
- uses: actions/checkout@v3
- run: npm install
- run: tsc
- run: NODE_ENV=production nodemon start
- run: npm run bundle
- run: pm2 start npm -- start

0 comments on commit 5f05dc9

Please sign in to comment.