Skip to content

Commit

Permalink
Fix pnpm dev on windows
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Adamczyk <xeno@xeno.yt>
  • Loading branch information
Xevrrer and imxeno authored May 28, 2024
1 parent 6368a93 commit ac3b0df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "dist/index.js",
"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\" ",
"dev": "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 ac3b0df

Please sign in to comment.