Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Apr 17, 2024
1 parent fe0984e commit 00ecd1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build packages
run: pnpm build:deps && pnpm build:components
run: pnpm build:all

- name: Start backend
run: make start-backend-docker-detached
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build packages
run: pnpm build:deps && pnpm build:components
run: pnpm build:all

- name: Start backend
run: make start-backend-docker-detached
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "pnpm --filter @plone/volto build",
"start": "pnpm build:deps && pnpm --filter @plone/volto start",
"start:project": "pnpm --filter plone run start",
"lint": "pnpm build:deps && eslint --max-warnings=0 '{apps,packages}/**/*.{js,jsx,ts,tsx}'",
"lint": "pnpm build:all && eslint --max-warnings=0 '{apps,packages}/**/*.{js,jsx,ts,tsx}'",
"lint:volto": "pnpm --filter @plone/volto run lint",
"test": "pnpm --filter @plone/volto run test:ci",
"i18n": "pnpm --filter @plone/volto run i18n",
Expand Down

0 comments on commit 00ecd1b

Please sign in to comment.