mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 17:53:19 +08:00
remove commented lines
This commit is contained in:
12
build-ext.sh
12
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
|
||||
|
||||
Reference in New Issue
Block a user