Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 398ca1c

Browse files
authored
fix: fix unable to locate compiledImplementationGuides/* glob (#277)
1 parent 826c770 commit 398ca1c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ serverless_config.json
2828
yalc.lock
2929

3030
/implementationGuides
31-
/compiledImplementationGuides
31+
/compiledImplementationGuides/*
32+
!/compiledImplementationGuides/gitkeep
3233
/.webpack/

compiledImplementationGuides/gitkeep

Whitespace-only changes.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5765,10 +5765,10 @@ [email protected]:
57655765
promise.allsettled "^1.0.2"
57665766
uuid "^3.4.0"
57675767

5768-
5769-
version "5.1.0"
5770-
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-routing/-/fhir-works-on-aws-routing-5.1.0.tgz#72d6d6870195770ad929e1ac9f3c2ceef60ab3e9"
5771-
integrity sha512-PFsFybMrJIDMH+1iTikT1waZ7J7ha2CBAXS2cqHMP2g4nNsiRClIJAF1Ynj8zOTzWtoem604mjsKG1LZynkIyA==
5768+
5769+
version "5.1.1"
5770+
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-routing/-/fhir-works-on-aws-routing-5.1.1.tgz#b5562b7f5ff636d7284d51965c59d9e323be3101"
5771+
integrity sha512-C+sTV7p48nEZla9KtIdI4hSfyFPeKm9tsRsML9KZE0JI73MngKChs1XM9HRHfkbTsf/ItF0+Tx8jJ3DrG5y8fQ==
57725772
dependencies:
57735773
"@types/cors" "^2.8.7"
57745774
"@types/express-serve-static-core" "^4.17.2"

0 commit comments

Comments
 (0)