Skip to content

Commit

Permalink
Emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 4, 2024
1 parent 10b1827 commit aee0aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shopt -s globstar
## Delete the dist folder
rm -rf dist

echo -e "\033[0;36mBuilding Glide Data Grid\033[0m"
echo -e "\033[0;36m🏗️ Building Glide Data Grid 🏗️\033[0m"

compile_esm() {
tsc -p tsconfig.esm.json
Expand All @@ -27,4 +27,4 @@ run_in_parallel compile_esm compile_cjs

generate_index_css

echo -e "\033[0;36mBuild Complete\033[0m"
echo -e "\033[0;36m🎉 Build Complete 🎉\033[0m"

0 comments on commit aee0aa7

Please sign in to comment.