Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
fix deploy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Dec 17, 2021
1 parent 1dbdb58 commit 7647232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build": "tsc -p .",
"lint": "prettier --write ./src",
"postinstall": "prisma generate",
"deploy": "tsc -p . && node dist/deploy-commands.js",
"remove": "tsc -p . && node dist/remove-commands.js"
"deploy": "node dist/deploy-commands.js",
"remove": "node dist/remove-commands.js"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
Expand Down

0 comments on commit 7647232

Please sign in to comment.