Skip to content

Commit

Permalink
Fix test script in monorepo root (plone#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored May 28, 2024
1 parent e87d129 commit 6aae603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"start:project": "pnpm --filter plone run start",
"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",
"test": "pnpm --filter @plone/volto run test",
"test:ci": "pnpm --filter @plone/volto run test:ci",
"i18n": "pnpm --filter @plone/volto run i18n",
"i18n:ci": "pnpm --filter @plone/volto i18n:ci",
"prettier": "prettier --check '{apps,packages}/**/*.{js,jsx,ts,tsx}'",
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6051.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix test script in monorepo root @sneridagh

0 comments on commit 6aae603

Please sign in to comment.