Skip to content

Commit

Permalink
Fix build in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 1, 2024
1 parent e5d97e9 commit 89901d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"analyze": "BUNDLE_ANALYZE=true razzle build",
"start": "make build-deps && razzle start",
"start:coresandbox": "make build-deps && ADDONS=coresandbox razzle start",
"build": "make build-deps && razzle build --noninteractive",
"build": "make build-deps && pnpm run build:client && pnpm run build:server",
"build:types": "tsc --project tsconfig.declarations.json",
"test": "razzle test --maxWorkers=50%",
"test:ci": "CI=true NODE_ICU_DATA=node_modules/full-icu razzle test",
Expand Down

0 comments on commit 89901d4

Please sign in to comment.