Skip to content

Commit

Permalink
added run as dev script for windows in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevrrer committed May 27, 2024
1 parent fa61861 commit 6368a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "tsc",
"dev": "nodemon -e js,mjs,cjs,ts,mts,cts,json --ignore 'dist/**/*' --exec 'rimraf dist && tsc && node dist/main.js'",
"dev:win": "nodemon -e js,mjs,cjs,ts,mts,cts,json --ignore \"dist/**/*\" --exec \"rimraf dist && tsc && node dist/main.js\" ",
"lint": "biome check ./src",
"lint:fix": "biome check --apply ./src",
"start": "node dist/main.js"
Expand Down

0 comments on commit 6368a93

Please sign in to comment.