Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor npm package installation and publishing
- Removed the installation of pnpm globally - Replaced "pnpm install" with "npm install" for build checking - Removed the setup of pnpm in the second job - Replaced "pnpm add can-npm-publish --save-dev" with "npm install can-npm-publish --save-dev" - Updated the publish command to use npm instead of pnpm
- Loading branch information