Skip to content

Commit

Permalink
chore(repo): Remove integration from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 29, 2023
1 parent 76f9a38 commit aade606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
28 changes: 0 additions & 28 deletions integration/package.json

This file was deleted.

5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"release:staging": "TURBO_FORCE=true FORCE_COLOR=1 npm run build && changeset publish --tag staging --no-git-tag",
"test": "FORCE_COLOR=1 turbo test --concurrency=${TURBO_CONCURRENCY:-80%}",
"test:cache:clear": "FORCE_COLOR=1 turbo test:cache:clear --continue --concurrency=${TURBO_CONCURRENCY:-80%}",
"test:integration:base": "npm run test:integration:base -w integration",
"test:integration:deployment:nextjs": "npm run test:integration:deployment:nextjs -w integration",
"test:integration:generic": "npm run test:integration:generic -w integration",
"test:integration:nextjs": "npm run test:integration:nextjs -w integration",
"test:integration:remix": "npm run test:integration:deployment:remix -w integration",
"test:integration:base": "DEBUG=1 npx playwright test --config integration/playwright.config.ts",
"test:integration:deployment:nextjs": "DEBUG=1 npx playwright test --config integration/playwright.deployments.config.ts",
"test:integration:generic": "E2E_APP_ID=react.vite.* npm run test:integration:base -- --grep @generic",
"test:integration:nextjs": "E2E_APP_ID=next.appRouter.withEmailCodes npm run test:integration:base -- --grep \"@generic|@nextjs\"",
"test:integration:remix": "echo 'placeholder'",
"turbo:clean": "turbo daemon clean",
"update:lockfile": "npm run nuke && npm install -D --arch=x64 --platform=linux turbo && npm install -D --arch=arm64 --platform=darwin turbo",
"version": "changeset version && ./scripts/version-info.sh",
Expand Down

0 comments on commit aade606

Please sign in to comment.