diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:09:54 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:09:54 +0200 |
commit | 2f623b2a2276321b74c4601f67f5236be2ae5243 (patch) | |
tree | e115399283f6572b3e80b5fc5b01cb0554f6d96d /util/package.json | |
parent | :bug: fix cdn route not working without hash (diff) | |
download | server-2f623b2a2276321b74c4601f67f5236be2ae5243.tar.xz |
:art: emoji db migration
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/package.json b/util/package.json index 5efc16ae..e1003114 100644 --- a/util/package.json +++ b/util/package.json @@ -8,7 +8,8 @@ "start": "npm run build && node dist/", "test": "npm run build && jest", "postinstall": "npm run build", - "build": "npx tsc -p ." + "build": "npx tsc -p .", + "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" }, "repository": { "type": "git", @@ -33,7 +34,8 @@ "@types/multer": "^1.4.7", "@types/node": "^14.17.9", "@types/node-fetch": "^2.5.12", - "jest": "^27.0.6" + "jest": "^27.0.6", + "ts-node": "^10.2.1" }, "dependencies": { "amqplib": "^0.8.0", |