#!/usr/bin/env bash

# Step 1: Remove specified directories and their content
rm -rf storybook-e2e-static storybook-visual-new-branding-static storybook-visual-static storybook-visual-tokens-default-static storybook-visual-dashboard-static storybook-visual-tokens-studio-static

# Step 2: Remove all untracked files from "sled" directory
git clean -fdX sled

echo -e "\033[92m Storybook statics & auto-generated sled tests cleaned successfully"
