Skip to content

Commit

Permalink
frontend github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-barrionuevo committed Nov 8, 2024
1 parent 77242bd commit ba1ff2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
"url": "git@github.com:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.0.0-alpha.43"
},
"volto-sitedemo": {
"output": "./",
"package": "volto-sitedemo",
"url": "git@github.com:PROCERGS/volto-sitedemo.git",
"https": "https://github.com/PROCERGS/volto-sitedemo.git"
}
}
}
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"dependencies": {
"@plone/volto": "workspace:*",
"@plone/registry": "workspace:*",
"volto-procergs-siteplone": "workspace:*"
"volto-procergs-siteplone": "workspace:*",
"volto-sitedemo": "workspace:*"
},
"devDependencies": {
"mrs-developer": "^2.2.0"
Expand Down
1 change: 1 addition & 0 deletions frontend/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ packages:
# all packages in direct subdirs of packages/
- 'core/packages/*'
- 'packages/*'
- 'volto-sitedemo/packages/*'
2 changes: 1 addition & 1 deletion frontend/volto.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const addons = ['volto-procergs-siteplone'];
const addons = ['volto-procergs-siteplone','volto-sitedemo'];
const theme = '';

module.exports = {
Expand Down

0 comments on commit ba1ff2c

Please sign in to comment.