Skip to content

Commit

Permalink
V0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPinion committed Mar 22, 2024
1 parent d1957c9 commit 681aa81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"main": "dist/index.js",
"scripts": {
"dev": "npx nodemon -e ts -x 'tsc; node .'",
"build": "tsc",
"build": "tsc; node dist/deploy-commands.js",
"start": "node .",
"reboot": "rm -rf dist",
"deploy": "node dist/deploy-commands.js",
"migrate": "npx drizzle-kit generate:sqlite"
},
"keywords": [],
Expand Down

0 comments on commit 681aa81

Please sign in to comment.