We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9428b3 commit 3fd2897Copy full SHA for 3fd2897
README.md
@@ -69,6 +69,8 @@ npm i
69
lerna bootstrap
70
# 同时 build 前后端
71
lerna run build
72
+# 部署 vercel
73
+vercel --prod
74
```
75
76
目前已经将 `lerna bootstrap` 加入了 `postinstall` 脚本中,会在 `npm i` 的时候自动运行。同时在 pull 的时候如果远程仓库的依赖发生改变会自动运行 `npm i`,参考脚本 [.scripts/update_dependencies.sh](./.scripts/update_dependencies.sh)。因此只需要第一次 clone 仓库的时候手动在根目录 `npm i`,一下,后续都是自动安装依赖的了。
0 commit comments