diff --git a/package.json b/package.json index 34eade8b7c..36327241a2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "build:data-schemas": "cd packages/data-schemas && npm run build", "build:client-package": "cd packages/client && npm run build", "frontend": "npm run build:data-provider && npm run build:data-schemas && npm run build:api && npm run build:client-package && cd client && npm run build", - "frontend:ci": "npm run build:data-provider && cd client && npm run build:ci", + "frontend:ci": "npm run build:data-provider && npm run build:client-package && cd client && npm run build:ci", "frontend:dev": "cd client && npm run dev", "e2e": "playwright test --config=e2e/playwright.config.local.ts", "e2e:headed": "playwright test --config=e2e/playwright.config.local.ts --headed",