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 7810c96 commit 5732d75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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:all": "node-scripts test:all"
"testAll": "node-scripts test:all"
},
"workspaces": {
"packages": [
Expand Down
4 changes: 4 additions & 0 deletions portal-impl/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,10 @@ svn://svn.liferay.com/repos/public/alloy/trunk/sandbox/taglibs.
</for>
</target>

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

<target name="prepare-upgrade-table">
<for param="zip.file">
<path>
Expand Down

0 comments on commit 5732d75

Please sign in to comment.