Skip to content

Commit feb48ad

Browse files
committed
Mesh code refactoring
1 parent 2d24621 commit feb48ad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build-proxy:
3838
scripts/build_proxy.sh
3939

4040
#Files to loop over in release
41-
_dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/. e2e e2e_batch specification sandbox terraform scripts backend delta_backend ack_backend filenameprocessor recordprocessor"
41+
_dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/. e2e e2e_batch specification sandbox terraform scripts backend delta_backend ack_backend filenameprocessor recordprocessor mesh_processor"
4242

4343

4444
#Create /dist/ sub-directory and copy files into directory

immunisation-fhir-api.code-workspace

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
},
1818
{
1919
"path": "delta_backend"
20+
},
21+
{
22+
"path": "mesh_processor"
2023
}
2124
],
2225
"settings": {},
23-
24-
}
26+
}

0 commit comments

Comments
 (0)