🐛 remove postinstall

This commit is contained in:
Flam3rboy 2021-04-23 22:33:49 +02:00
parent a0bc6c649b
commit 38f8840a3f
2 changed files with 2 additions and 3 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -7,14 +7,13 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:util && npm run build && node dist/",
"build": "npx tsc -b .",
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/",
"postinstall": "npm i github:fosscord/@fosscord/server-util"
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/"
},
"keywords": [],
"author": "Fosscord",
"license": "ISC",
"dependencies": {
"@fosscord/server-util": "^1.0.2",
"@fosscord/server-util": "^1.0.3",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"jsonwebtoken": "^8.5.1",