Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created April 11, 2021 16:47
Show Gist options
  • Save JelsB/b6e4a0ca7f57a0b6f6cf652eb0f77f8d to your computer and use it in GitHub Desktop.
Save JelsB/b6e4a0ca7f57a0b6f6cf652eb0f77f8d to your computer and use it in GitHub Desktop.
synth_action = SimpleSynthAction(
cloud_assembly_artifact=cloud_assembly_artifact,
source_artifact=source_artifact,
install_commands=['npm run ci_synth'],
build_commands=['npm run ci_build'],
install_commands=[
# ...
'npm run ci_type_check'
]
# ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment