From a9e653e6018c388c2fc565558ffea3e70a8afcee Mon Sep 17 00:00:00 2001 From: Michael Meyers Date: Thu, 16 Dec 2021 08:40:54 -0500 Subject: [PATCH] feat: Run npm ci instead of npm install (#21) --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index dacc337..d948d21 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -97,7 +97,8 @@ ${output} function main(){ parseInputs cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR} - installNpmPackage typescript local + echo "run npm ci" + npm ci installAwsCdk installPipRequirements runCdk ${INPUT_CDK_ARGS}