From 5803cd3f616bf94a62eb1e4933930e916adea586 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Thu, 13 May 2021 14:50:52 -0400 Subject: [PATCH] remove commented lines --- build-ext.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-ext.sh b/build-ext.sh index a72d1db5..7dd5105f 100644 --- a/build-ext.sh +++ b/build-ext.sh @@ -1,16 +1,4 @@ #!/bin/sh -# echo "🛠 Installing dependencies." -# yarn -# if [ $? -ne "0" ]; then -# echo "yarn failed" -# exit 1 -# fi -# echo "🛠 Compiling extension." -# yarn build -# if [ $? -ne "0" ]; then -# echo "yarn build failed" -# exit 1 -# fi echo "🛠 Packaging Browser Extension" if [ -d ./dist ]; then cd dist