mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Removed erlpack
Docker won't make image because of this compile error
This commit is contained in:
+3
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user