Skip to content

Commit af68c05

Browse files
committed
E2E: utility - cleanup all
1 parent 4919938 commit af68c05

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"shopify:run": "node packages/cli/bin/dev.js",
3030
"shopify": "nx build cli && node packages/cli/bin/dev.js",
3131
"test:e2e": "nx run-many --target=build --projects=cli,create-app --skip-nx-cache && pnpm --filter e2e exec playwright test",
32+
"test:e2e-cleanup": "npx tsx packages/e2e/scripts/cleanup-stores.ts && npx tsx packages/e2e/scripts/cleanup-apps.ts",
3233
"test:regenerate-snapshots": "packages/e2e/scripts/regenerate-snapshots.sh",
3334
"test": "pnpm vitest run",
3435
"type-check:affected": "nx affected --target=type-check",
@@ -143,7 +144,8 @@
143144
"unresolved": "error"
144145
},
145146
"ignoreBinaries": [
146-
"playwright"
147+
"playwright",
148+
"tsx"
147149
],
148150
"ignoreDependencies": [],
149151
"ignoreWorkspaces": [
@@ -181,7 +183,8 @@
181183
"esbuild"
182184
],
183185
"ignore": [
184-
"configurations/vite.config.ts"
186+
"configurations/vite.config.ts",
187+
"packages/e2e/scripts/**"
185188
]
186189
},
187190
"packages/app": {

0 commit comments

Comments
 (0)