有没有一种方法可以在git的帮助下通知其他开发人员,他们必须在特定的请求之后(出现新的/更新的软件包时)使用npm i
?现在,我只花时间npm start
来检测是否缺少一些人员。
我在考虑git标签,但找不到合适的用例。
我的预期行为是一种记录消息的方法(最后一行):
git pull
...
...
create mode 100644 path/to/downloaded/files
create mode 100644 path/to/downloaded/files
Your branch is ahead of 'origin/develop' by 3 commits.
(use "git push" to publish your local commits)
This commit contains one or more new packages, please use 'npm i'