remove commented lines

This commit is contained in:
wileyj
2021-05-13 14:50:52 -04:00
parent 06c20b2175
commit 5803cd3f61

View File

@@ -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