Update package.json

This commit is contained in:
ErikrafT 2025-05-07 18:10:43 -03:00 committed by GitHub
parent a03ba55b62
commit 1d198a063c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
"scripts": {
"start": "node server/index.js",
"start:prod": "node server/index.js --rate-limit --auto-restart",
"build": "npm install --omit=dev",
"postinstall": "npm run build"
"build": "npm install --omit=dev"
},
"author": "",
"license": "ISC",