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 19:02:22 +0200
committerGitHub <noreply@github.com>2021-10-10 19:02:22 +0200
commitf64990f6e76704a0fbc340e713f0a07f8ec480a8 (patch)
tree80fc26253e4502c6cf627e812fe8a862a12fc972 /bundle/package.json
parent:bug: fix modify role.permissions (diff)
parentMerge branch 'master' into pr/TheArcaneBrony/434 (diff)
downloadserver-ts-f64990f6e76704a0fbc340e713f0a07f8ec480a8.tar.xz
Merge pull request #434 from TheArcaneBrony/remove-vanity-url
Fix duplicate key - remove vanity url column
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 eedbdd8c..404c6758 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 --require ts-node/register node_modules/typeorm/cli.js -f ../util/ormconfig.json migration:run" + "migrate": "cd ../util/ && npm i && node --require ts-node/register node_modules/typeorm/cli.js -f ../util/ormconfig.json migration:run" }, "repository": { "type": "git",