# -*- mode: snippet -*-
# name: buildPhase
# key: bp
# --
buildPhase= ''
runHook preBuild
$1
runHook postBuild
'';
$0