diff --git a/integration-tests/db/document.db b/integration-tests/db/document.db index 60546e916..769441675 100644 Binary files a/integration-tests/db/document.db and b/integration-tests/db/document.db differ diff --git a/package.json b/package.json index 275d344f7..2f056ed91 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prepare-dist": "rimraf ./dist && tsc && tsx ./bin/copy-dist.ts", "watch-dist": "tsx ./bin/watch-dist.ts", "update-build-info": "tsx bin/update-build-info.ts", - "integration-edit-db": "cross-env TRILIUM_INTEGRATION_TEST=edit TRILIUM_PORT=8081 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", + "integration-edit-db": "cross-env TRILIUM_INTEGRATION_TEST=edit TRILIUM_PORT=8081 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", "integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", "integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", "generate-document": "cross-env nodemon src/tools/generate_document.ts 1000",