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