mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[misc] add documentation on how to run commands from the dev-environment
This commit is contained in:
parent
f98212e96b
commit
090e58a953
1 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,17 @@ To be run from the base directory:
|
|||
**Clean**:
|
||||
`mvn clean`
|
||||
|
||||
To be run from the dev-environment:
|
||||
|
||||
**Build jar**:
|
||||
`bin/run git-bridge make package`
|
||||
|
||||
**Run tests**:
|
||||
`bin/run git-bridge make test`
|
||||
|
||||
**Clean**:
|
||||
`bin/run git-bridge make clean`
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue