Skip to content

Commit

Permalink
Added addons in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Aug 31, 2020
1 parent 52b1dbc commit 34a54ac
Show file tree
Hide file tree
Showing 4 changed files with 1,352 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN rm -rf node_modules .git package-lock.json
#RUN node_modules/.bin/mrdeveloper --config=jsconfig.json --no-config --output=addons
RUN missdev --config=jsconfig.json --output=develop

RUN make activate-all
# RUN make activate-all

# RUN NPM_CONFIG_REGISTRY=$NPM_CONFIG_REGISTRY npm ci
# RUN NPM_CONFIG_REGISTRY=$NPM_CONFIG_REGISTRY npm install
Expand Down
2 changes: 1 addition & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"volto-tabs-block": {
"url": "https://github.com/eea/volto-tabsblock.git",
"url": "https://github.com/eea/volto-tabs-block.git",
"branch": "master",
"path": "src",
"package": "@eeacms/volto-tabs-block"
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"description": "IMS: Volto Frontend",
"license": "MIT",
"version": "0.4.1",
"private": true,
"workspaces": [
"src/develop/volto-grid-block",
"src/develop/volto-addons",
"src/develop/volto-datablocks"
],
"addons": [
"volto-slate:asDefault",
"@eeacms/volto-image-zoom-and-flip",
Expand Down
Loading

0 comments on commit 34a54ac

Please sign in to comment.