mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-30 21:52:28 +08:00
fix: add in cd :C
This commit is contained in:
@@ -4,6 +4,7 @@ yarn
|
||||
echo "🛠 Compiling extension."
|
||||
yarn build
|
||||
echo "🛠 Packaging Browser Extension"
|
||||
cd dist
|
||||
TS=$(date +%Y)$(date +%m)010000
|
||||
find -print | while read file; do
|
||||
touch -t $TS "$file"
|
||||
|
||||
Reference in New Issue
Block a user