Skip to content

Commit

Permalink
Rename profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Apr 3, 2024
1 parent f12142f commit 4c44ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/volto-vlibras/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const applyConfig = (config) => {
return config;
};

export const myCIProfile = (config) => {
export const ciProfile = (config) => {
config.settings.appExtras = [
...config.settings.appExtras,
{
Expand Down
2 changes: 1 addition & 1 deletion volto.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const addons = ['@plonegovbr/volto-vlibras'];
const theme = '';

if (isCI) {
addons.push('@plonegovbr/volto-vlibras:myCIProfile');
addons.push('@plonegovbr/volto-vlibras:ciProfile');
}

module.exports = {
Expand Down

0 comments on commit 4c44ad3

Please sign in to comment.