diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:31:13 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:31:13 +0200 |
commit | 82205520ed302aa5a91fc6a770e7ecf2b6ccc043 (patch) | |
tree | 6db95595114cca879f040409f40aca23be0bd0b3 /bundle | |
parent | :sparkles: migrate script (diff) | |
download | server-82205520ed302aa5a91fc6a770e7ecf2b6ccc043.tar.xz |
:bug: fix Emoji missing in identify
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json index 3d41f7c2..eedbdd8c 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -9,7 +9,7 @@ "start": "node scripts/build.js && node dist/bundle/src/start.js", "start:bundle": "node dist/bundle/src/start.js", "test": "echo \"Error: no test specified\" && exit 1", - "migrate": "node node_modules/typeorm/cli.js -f ../util/ormconfig.json migration:run" + "migrate": "node --require ts-node/register node_modules/typeorm/cli.js -f ../util/ormconfig.json migration:run" }, "repository": { "type": "git", |