Skip to content

Commit

Permalink
Add post-processing addon
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 23, 2024
1 parent d616838 commit 129b460
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 134 deletions.
2 changes: 1 addition & 1 deletion RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from node:16.16 as builder
run mkdir -p /hubs/admin/ && cd /hubs
copy package.json ./
copy package-lock.json ./
run npm ci
run npm ci --legacy-peer-deps
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --legacy-peer-deps && cd ..
Expand Down
3 changes: 2 additions & 1 deletion addons.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"addons": [
"hubs-duck-addon",
"hubs-portals-addon",
"hubs-behavior-graphs-addon"
"hubs-behavior-graphs-addon",
"hubs-postprocessing-addon"
]
}
Loading

0 comments on commit 129b460

Please sign in to comment.