We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e20d81 commit 2c07d10Copy full SHA for 2c07d10
package.json
@@ -41,7 +41,7 @@
41
"build": "tsc",
42
"apidoc": "apidoc -i src -o docs",
43
"prestart": "npm run build && npm run apidoc",
44
- "start": "scripts/wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/run.js",
+ "start": "NODE_PATH=dist scripts/wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/run.js",
45
"test": "NODE_PATH=src node_modules/.bin/mocha --timeout 12000 --exit --require ts-node/register test/utils/setup*.ts test/*.ts",
46
"cover": "nyc npm test",
47
"seedlangs": "node dist/scripts/seed-defaultlangs.js",
0 commit comments