You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

482 B

开发

开发新模块

  1. packages\.vitepress\config.ts增加startsDirsalias
  2. internal\tsconfig\tsconfig.json增加路径别名
  3. vitest.shared.ts修改别名

本地调试工具

  • yalc

据说是本地最好的link方案,有没有吹牛自己试试。

版本管理

  • changeset
  • pnpm publish -r --access=public # --report-summary

可以尝试尝试

测试

  1. 运行指定模块的测试文件: pnpm test core src/common