Skip to content

Commit

Permalink
fix: refix watch
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenykh committed Aug 29, 2024
1 parent 859a444 commit 98e31de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
node-version: "22.x"
- name: Install dependencies
run: npm i
- name: Build
run: npm run build
- name: Run bot
run: npm run start
run: npm run githubActionStart
env:
TOKEN: ${{ secrets.TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"startMac": "npm run cleanMac && npm run build && npx tsc -w & npx nodemon build",
"startWindows": "npm run cleanWindows && npm run build && npx tsc -w & npx nodemon build",
"start": "npm run build && npx tsc -w & npx nodemon build",
"startNoWatch": "npm run build && node .",
"githubActionStart": "node .",
"build": "npx tsc --build",
"release": "npx standard-version"
},
Expand Down

0 comments on commit 98e31de

Please sign in to comment.