Removed erlpack

Docker won't make image because of this compile error
This commit is contained in:
2022-02-02 21:17:20 +07:00
parent 61cf5a4a8c
commit 20bb133e6b
+3 -1
View File
@@ -13,7 +13,7 @@
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"erlpack": "discord/erlpack",
"libsodium-wrappers": "^0.7.9",
"node-osu": "^2.2.1",
"ping": "^0.4.1",
@@ -37,6 +37,8 @@
"scripts": {
"tsc": "tsc",
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
"build": "tsc -b",
"start": "node ./build/index.js",
"production": "tsc && node ./build/index.js",
"test": "mocha -r ts-node/register tests/**/*.ts"
},