Skip to content

Commit eb25101

Browse files
committed
publish: clean brutally
1 parent 789b3ed commit eb25101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cd "$outdir"
1010
if [ ! -d .git ]; then
1111
git clone --recursive "$rootdir" .
1212
else
13+
git checkout -- .
14+
git clean -xdf
1315
git pull
1416
git submodule update --init
1517
fi

0 commit comments

Comments
 (0)