Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderman authored and spiderman committed Nov 26, 2024
1 parent ca3a89a commit 1de0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remult-uikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsc && vite build",
"build:watch": "tsc && vite build -w",
"preview": "vite preview",
"publishme": "rm -rf dist && yarn build && yarn version --patch && yarn copy:files && yarn publish dist/src --non-interactive && git push && git push --tags",
"publishme": "rm -rf dist && yarn build && yarn version --patch && yarn copy:files && yarn publish dist --non-interactive && git push && git push --tags",
"copy:files": "cp package.json dist/src && cp README.md dist/src"
},
"devDependencies": {
Expand Down

0 comments on commit 1de0084

Please sign in to comment.