fix: add in cd :C

This commit is contained in:
Thomas Osmonson
2021-03-10 10:13:02 -06:00
parent a2b788897f
commit 7f44589000

View File

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