Skip to content

Commit 2c07d10

Browse files
committed
add node path
1 parent 8e20d81 commit 2c07d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "tsc",
4242
"apidoc": "apidoc -i src -o docs",
4343
"prestart": "npm run build && npm run apidoc",
44-
"start": "scripts/wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/run.js",
44+
"start": "NODE_PATH=dist scripts/wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/run.js",
4545
"test": "NODE_PATH=src node_modules/.bin/mocha --timeout 12000 --exit --require ts-node/register test/utils/setup*.ts test/*.ts",
4646
"cover": "nyc npm test",
4747
"seedlangs": "node dist/scripts/seed-defaultlangs.js",

0 commit comments

Comments
 (0)