Skip to content

Commit

Permalink
Add alias to run mvn compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo committed Sep 16, 2024
1 parent dbbe4cf commit 5c7e30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"compile": [
"mvn compile"
],
"test": [
"mvn test"
],
Expand Down

0 comments on commit 5c7e30f

Please sign in to comment.