Skip to content

Commit

Permalink
LPD-50000 - Example
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Feb 26, 2025
1 parent 6f1b0ff commit 0a0574f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"format": "node-scripts format",
"formatCurrentBranch": "node-scripts format --current-branch",
"formatLocalChanges": "node-scripts format --local-changes",
"test": "node-scripts test:all"
"testAll": "node-scripts test:all"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion portal-impl/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ svn://svn.liferay.com/repos/public/alloy/trunk/sandbox/taglibs.


<target name="js-unit-all">
<gradle-execute dir="${project.dir}/modules" task="packageRunTest" />
<gradle-execute dir="${project.dir}/modules" task="packageRunTestAll" />
</target>

<target name="format-source-bnd">
Expand Down

0 comments on commit 0a0574f

Please sign in to comment.