Skip to content

Commit

Permalink
fix: remove build for package:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 1, 2024
1 parent c89ab8c commit 2d49b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/format-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"package:publish": "pnpm publish --access public --no-git-checks"
},
"dependencies": {
"@guiiai/logg": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"package:publish": "pnpm publish --access public --no-git-checks"
},
"dependencies": {
"@guiiai/logg": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"package:publish": "pnpm publish --access public --no-git-checks"
},
"dependencies": {
"@guiiai/logg": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"package:publish": "pnpm publish --access public --no-git-checks"
},
"dependencies": {
"@guiiai/logg": "^1.0.3",
Expand Down

0 comments on commit 2d49b9e

Please sign in to comment.