apply-copr:
  coprctl apply -f ./package.yml

# Apply and trigger the COPR build
build-copr: apply-copr
  copr build-package jfhbrook/joshiverse --name nodejs-exercise-bike

