fix publish script

This commit is contained in:
2023-03-29 21:40:19 +02:00
parent c480a13d84
commit cc835b98e4
+4 -4
View File
@@ -1,4 +1,4 @@
npm run build
git add dist -f
git commit -m 'publish'
git subtree push --prefix dist origin gh-pages
call npm run build
call git add dist -f
call git commit -m 'publish'
call git subtree push --prefix dist origin gh-pages