remove dist directory after publish

This commit is contained in:
2023-06-01 10:59:52 +02:00
parent c17d9c4a73
commit 45cf95aa22
+2
View File
@@ -2,3 +2,5 @@ call npm run build
call git add dist -f
call git commit -m 'publish'
call git subtree push --prefix dist origin gh-pages
call git reset HEAD~1
call git rm dist -r