#!/bin/bash

circleci config pack src > orb.yml
circleci orb publish orb.yml ornikar/frontend-orb@dev:alpha

rm -rf orb.yml