测评代码的轻松方式
针对OIer的全套代码测评解决方案
see on Project
-
install
node
andyarn
lerna bootstrap
yarn test
# enter the specific project
cd ./packages/rrreol-xxx
# and see its `package.json` to know the scripts
- Pull Request之前
-
检查Commit message是否合法
-
删除多余改动
Follow GNU GPL-3.0