You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/bfd-model-idr/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,6 @@ npm --version
27
27
brew install npm
28
28
```
29
29
30
-
```sh
31
-
npm install -g fsh-sushi fhirpath
32
-
```
33
30
34
31
### Install packages (via uv)
35
32
@@ -51,7 +48,7 @@ uv sync
51
48
To compile the .fsh files from this folder
52
49
53
50
```sh
54
-
cd sushi &&sushibuild&&cd ..
51
+
npm run sushi-build
55
52
```
56
53
57
54
This will generate the StructureDefinition and CodeSystem resources necessary for synthetic data generation. Running compile_resources.py is not necessary to generate synthetic data.
0 commit comments