Skip to content

Commit 5fa4728

Browse files
committed
Add in compile stage on makefile
Signed-off-by: Connor Avery <[email protected]>
1 parent ccbbf0c commit 5fa4728

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ sam-deploy-package: guard-artifact_bucket guard-artifact_bucket_prefix guard-sta
112112
compile-node:
113113
npx tsc --build tsconfig.build.json
114114

115-
compile: compile-node
115+
compile: compile-node compile-specification
116+
117+
compile-specification:
118+
npm run compile --workspace packages/specification
116119

117120
download-get-secrets-layer:
118121
mkdir -p packages/getSecretLayer/lib

0 commit comments

Comments
 (0)