fix publish script
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
|||||||
npm run build
|
call npm run build
|
||||||
git add dist -f
|
call git add dist -f
|
||||||
git commit -m 'publish'
|
call git commit -m 'publish'
|
||||||
git subtree push --prefix dist origin gh-pages
|
call git subtree push --prefix dist origin gh-pages
|
||||||
Reference in New Issue
Block a user