@ony3000/demo-library
v0.2.0
Published
Template repository for library project.
Downloads
1
Readme
demo-library
Testing for node-library-template
repo.
Deploy on npm
First, check that the package information such as name and version is correct.
Then, execute the following commands in order to deploy.
Node 18 기준
pnpm i
pnpm run clean
rm -rf node_modules
pnpm i
pnpm run build
npm login --auth-type legacy
npm publish --auth-type legacy --access public
Deprecating package
https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions#deprecating-a-single-version-of-a-package