optre
一位前端开发者,keep going!
08 2023 档案
lerna 配置发布时 commitlint,提交信息
摘要:要在 Lerna 配置中添加发布时的 commitlint,你可以按照以下步骤进行操作: 1. 首先,确保你已经在项目中安装了 `commitlint`。你可以使用以下命令进行安装: ```shell npm install --save-dev @commitlint/cli @commitlin 阅读全文
posted @ 2023-08-22 19:44 optre 阅读(193) 评论(0) 推荐(0)
SyntaxError: Error parsing JavaScript expression: Unexpected token, expected "," (3:16)
摘要:## 项目环境 ```bash C:\Users\19139>node -v v18.16.0 C:\Users\19139>pnpm -v 8.2.0 ``` vue3+vite4打包报错 ```text "vue": "3.3.4", "vite": "4.0.4", "rollup": "^3 阅读全文
posted @ 2023-08-09 21:25 optre 阅读(2501) 评论(0) 推荐(0)