summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-12 12:58:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-12 12:58:11 +0900
commit0484976afae36d7e900f8649102c54bf17496281 (patch)
tree378f0fea414ee9e68e2d5ae7a387e4b35075de1b
parenttest (diff)
downloadmisskey-0484976afae36d7e900f8649102c54bf17496281.tar.gz
misskey-0484976afae36d7e900f8649102c54bf17496281.tar.bz2
misskey-0484976afae36d7e900f8649102c54bf17496281.zip
fix e2e test
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f577fed1b8..5669ebc1f6 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"postinstall": "node ./scripts/install-packages.js",
"build": "node ./scripts/build.js",
"start": "cd packages/backend && node --experimental-json-modules ./built/index.js",
- "start:test": "cd packages/backend && cross-env NODE_ENV=test node --experimental-json-modules ./index.js",
+ "start:test": "cd packages/backend && cross-env NODE_ENV=test node --experimental-json-modules ./built/index.js",
"init": "npm run migrate",
"ormconfig": "node ./packages/backend/ormconfig.js",
"migrate": "cd packages/backend && npx typeorm migration:run",