diff --git a/package.json b/package.json index ed3aff818..aaf6c5241 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prebuild": "yarn clean", "build": "tsc", "postbuild": "yarn copy:conf", - "copy:conf": "cpy --parents --cwd=src '**/*.conf' ./build/", + "copy:conf": "cpy --parents --cwd=src '**/*.conf' '../build/'", "start": "node ./build/server.js", "dev": "nodemon --inspect=0.0.0.0:5858", "start:postgres": "docker compose up postgres-test -d",