Skip to content

Commit

Permalink
fix: ci:publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jul 9, 2022
1 parent 8a5c099 commit b57dbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prepublishOnly": "npm run build",
"build": "npm -C theme run build",
"build:demo": "npm -C demo run build",
"ci:publish": "pnpm -C theme publish --no-git-checks",
"ci:publish": "pnpm -r publish --access public --no-git-checks",
"dev": "npm -C theme run dev",
"demo": "npm -C demo run dev",
"lint": "eslint .",
Expand Down

0 comments on commit b57dbf7

Please sign in to comment.