Skip to content

Commit

Permalink
fix makefile and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Jan 21, 2025
1 parent 56548ad commit 818c024
Show file tree
Hide file tree
Showing 3 changed files with 30,274 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ storybook-build: ## Build Storybook
## Acceptance
.PHONY: acceptance-frontend-dev-start
acceptance-frontend-dev-start: ## Start acceptance frontend in development mode
RAZZLE_API_PATH=http://127.0.0.1:55001/plone pnpm start
RAZZLE_API_PATH=http://127.0.0.1:55001/plone NODE_OPTIONS=--dns-result-order=ipv4first pnpm start

.PHONY: acceptance-frontend-prod-start
acceptance-frontend-prod-start: ## Start acceptance frontend in production mode
Expand Down
1 change: 1 addition & 0 deletions packages/volto-slider-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"release-alpha": "release-it --preRelease=alpha"
},
"dependencies": {
"deepmerge": "4.2.2",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0"
},
Expand Down
Loading

0 comments on commit 818c024

Please sign in to comment.