Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
under_moon committed Sep 18, 2023
1 parent 09d21d0 commit f0c7c67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "module",
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-shake/core",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "src/index.ts",
"type": "module",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"scripts": {
"build": "unbuild",
"publish": "npm publish --access public --no-git-checks"
"publish": "pnpm publish --access public"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-shake/vue",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "src/index.ts",
"type": "module",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"scripts": {
"build": "unbuild",
"publish": "npm publish --access public --no-git-checks"
"publish": "pnpm publish --access public"
},
"files": [
"dist"
Expand Down

0 comments on commit f0c7c67

Please sign in to comment.