From 8b52787fd2968ce0d99ed77d0b9f15d96cc5f09c Mon Sep 17 00:00:00 2001 From: Tom Milewski Date: Thu, 19 Oct 2023 13:17:11 -0400 Subject: [PATCH] chore(repo): Test without local dependencies --- integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/package.json b/integration/package.json index 1e3fcc4b3f..67dea022ec 100644 --- a/integration/package.json +++ b/integration/package.json @@ -10,6 +10,7 @@ }, "license": "MIT", "scripts": { + "lint": "eslint .", "test:integration:base": "DEBUG=1 npx playwright test --config ./playwright.config.ts", "test:integration:deployment:nextjs": "DEBUG=1 npx playwright test --config ./playwright.deployments.config.ts", "test:integration:generic": "E2E_APP_ID=react.vite.* npm run test:integration:base -- --grep @generic", @@ -17,7 +18,6 @@ "test:integration:remix": "echo 'placeholder'" }, "devDependencies": { - "@clerk/backend": "*", "@playwright/test": "^1.38.1", "eslint-config-custom": "*", "tsup": "*",