Package Exports
- @vdemo/rollup-utils-demo
- @vdemo/rollup-utils-demo/dist/es/index.js
- @vdemo/rollup-utils-demo/dist/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vdemo/rollup-utils-demo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rollup-utils-demo
相关命令如下
# 构建代码
pnpm build
# 交互式提交git代码
pnpm commit
# eslint代码风格和语法检查
pnpm lint
# eslint代码风格和语法检查 并修复
pnpm lint:fix
# TS检查类型 先执行 pnpm lint
pnpm tsc
# 交互式更新版本号
pnpm release:version
# 生成changelog日志
pnpm release:changelog
# 发包到npm市场
pnpm release