Skip to content

Commit

Permalink
Fixed local:run script (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picowchew authored Aug 14, 2022
1 parent 30d82d9 commit b421d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "dist/src/bot.js",
"scripts": {
"local:run": "NODE_ENV=dev tsc-watch --onSuccess \"node dist/index.js\"",
"local:run": "mkdir -p tmp && NODE_ENV=dev tsc-watch --onSuccess \"node dist/index.js\"",
"ts:build": "tsc",
"image:build": "docker build . -t codey",
"clean": "docker-compose down",
Expand Down

0 comments on commit b421d72

Please sign in to comment.