From ba1ff2c466a4a710e130a12869a60a824c6ddaf1 Mon Sep 17 00:00:00 2001 From: Artur Martins Barrionuevo Date: Fri, 8 Nov 2024 17:13:40 -0300 Subject: [PATCH] frontend github packages --- frontend/mrs.developer.json | 8 +++++++- frontend/package.json | 3 ++- frontend/pnpm-workspace.yaml | 1 + frontend/volto.config.js | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/frontend/mrs.developer.json b/frontend/mrs.developer.json index c86962e..b7d0e7f 100644 --- a/frontend/mrs.developer.json +++ b/frontend/mrs.developer.json @@ -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" } -} +} \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index bd33a37..2541f7a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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" diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index f9c0485..6a4e7fc 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -2,3 +2,4 @@ packages: # all packages in direct subdirs of packages/ - 'core/packages/*' - 'packages/*' + - 'volto-sitedemo/packages/*' diff --git a/frontend/volto.config.js b/frontend/volto.config.js index 5e1d9eb..3453e1f 100644 --- a/frontend/volto.config.js +++ b/frontend/volto.config.js @@ -1,4 +1,4 @@ -const addons = ['volto-procergs-siteplone']; +const addons = ['volto-procergs-siteplone','volto-sitedemo']; const theme = ''; module.exports = {