Skip to content

Commit

Permalink
feat: verify maven is available when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Jul 15, 2019
1 parent a8e7035 commit 4447b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"aem-packager": "./aem-packager.js"
},
"scripts": {
"preinstall": "mvn -v",
"pretest": "npm run lint",
"test": "nyc mocha",
"lint": "run-p lint:*",
Expand Down

0 comments on commit 4447b30

Please sign in to comment.