Skip to content

Commit a9e653e

Browse files
authored
feat: Run npm ci instead of npm install (#21)
1 parent 19dbb5a commit a9e653e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ ${output}
9797
function main(){
9898
parseInputs
9999
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
100-
installNpmPackage typescript local
100+
echo "run npm ci"
101+
npm ci
101102
installAwsCdk
102103
installPipRequirements
103104
runCdk ${INPUT_CDK_ARGS}

0 commit comments

Comments
 (0)