Use development.

This commit is contained in:
SamTV12345 2023-12-16 22:26:17 +01:00
parent 97f0ef7ea8
commit 25b4ece39c

View file

@ -102,7 +102,7 @@
"lint": "../node_modules/eslint/bin/eslint.js .", "lint": "../node_modules/eslint/bin/eslint.js .",
"test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs", "test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs", "test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "npx mocha --timeout 5000 tests/container/specs/api", "test-container": "export NODE_ENV=development && npx mocha --timeout 5000 tests/container/specs/api",
"dev": "bash ./bin/run.sh" "dev": "bash ./bin/run.sh"
}, },
"version": "1.9.5", "version": "1.9.5",