valaxyjs / valaxy-theme-starter

🎨 Starter template for valaxy-theme.
https://starter.valaxy.site
MIT License
10 stars 2 forks source link

The release of The new structure and the release command have not been adjusted #3

Closed hairyf closed 2 years ago

hairyf commented 2 years ago

As the title says, the content of the docs does not apply

docs should be adjusted

cd theme
npm run release
npm publish

or

Process these two mls in root package scripts

"release": "cd theme && git add -A && bumpp",
"publish:ci": "npm -C theme publish",
hairyf commented 2 years ago

I'm not sure if Actions needs to be adjusted, but I think it should be the same

YunYouJun commented 2 years ago

Fixed by pnpm -r publish --access public --no-git-checks.