Skip to content

Commit

Permalink
Fix cookieplone GHA 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 22, 2025
1 parent 7200187 commit 830ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seven/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ deployment-ci-acceptance-test-run-all: ## With a single command, run the backend

.PHONY: project-acceptance-frontend-prod-start
project-acceptance-frontend-prod-start: build-deps ## Start acceptance frontend in production mode for project tests
(cd ../../.. && pnpm build && PLONE_API_PATH=http://127.0.0.1:55001/plone start:prod)
(cd ../../.. && pnpm build && PLONE_API_PATH=http://127.0.0.1:55001/plone pnpm start:prod)

######### Core Sandbox Acceptance tests

Expand Down

0 comments on commit 830ee60

Please sign in to comment.