Skip to content

Commit

Permalink
feat: Run npm ci instead of npm install (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeyers99 authored Dec 16, 2021
1 parent 19dbb5a commit a9e653e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a9e653e

Please sign in to comment.