🐛 fix Emoji missing in identify

This commit is contained in:
Flam3rboy
2021-10-10 14:31:13 +02:00
parent 347943ffd4
commit 82205520ed
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",