mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:53:44 +00:00
Do mvn clean
before build.
We've had build issues be hidden by caching. So we should build from clean each time, in immitation of the prod build process.
This commit is contained in:
parent
c1e7969342
commit
600aa8d9cf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ clean:
|
|||
mvn clean
|
||||
|
||||
|
||||
package:
|
||||
package: clean
|
||||
mvn package
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue