Skip to content

Commit 09df7a0

Browse files
committed
Fix build #skip-qc
Signed-off-by: Connor Avery <[email protected]>
1 parent 08e1e78 commit 09df7a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sam_package_code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
path: |
7272
.aws-sam/build
7373
packages/getSecretLayer/lib/get-secrets-layer.zip
74+
packages/specification/dist/prescriptions-for-patients.resolved.json
7475
SAMtemplates/state_machines/GetMyPrescriptionsStateMachine.asl.json
7576
7677
- shell: bash

packages/specification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"lint": "redocly lint --extends=recommended --config ./redocly.yaml",
15-
"resolve": "redocly bundle prescriptions-for-patients.yaml -d -o dist/prescriptions-for-patients.resolved.json",
15+
"compile": "redocly bundle prescriptions-for-patients.yaml -d -o dist/prescriptions-for-patients.resolved.json",
1616
"clean": "rm -rf lib coverage",
1717
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
1818
},

0 commit comments

Comments
 (0)