Update package.json

This commit is contained in:
Guilherme Werner
2023-12-31 15:18:42 -03:00
parent ebd04dbc78
commit 22ce853b2c

View File

@ -12,7 +12,8 @@
},
"scripts": {
"clean": "rimraf build",
"build": "yarn clean && tsc && node scripts/esbuild.js"
"build": "yarn clean && tsc && node scripts/esbuild.js",
"prepare": "npm run build"
},
"dependencies": {
"@types/express": "^4.17.21",