We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbbf0c commit 5fa4728Copy full SHA for 5fa4728
Makefile
@@ -112,7 +112,10 @@ sam-deploy-package: guard-artifact_bucket guard-artifact_bucket_prefix guard-sta
112
compile-node:
113
npx tsc --build tsconfig.build.json
114
115
-compile: compile-node
+compile: compile-node compile-specification
116
+
117
+compile-specification:
118
+ npm run compile --workspace packages/specification
119
120
download-get-secrets-layer:
121
mkdir -p packages/getSecretLayer/lib
0 commit comments