summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:31:13 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:31:13 +0200
commit58c3974e1b876d21c3e9519834b36520446fd088 (patch)
tree24afb9ced48f1f75a82b4459b4f6db2b8752b1bf /bundle/package.json
parent:sparkles: migrate script (diff)
downloadserver-58c3974e1b876d21c3e9519834b36520446fd088.tar.xz
:bug: fix Emoji missing in identify
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json2
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",