File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
143144 "unresolved" : " error"
144145 },
145146 "ignoreBinaries" : [
146- " playwright"
147+ " playwright" ,
148+ " tsx"
147149 ],
148150 "ignoreDependencies" : [],
149151 "ignoreWorkspaces" : [
181183 " esbuild"
182184 ],
183185 "ignore" : [
184- " configurations/vite.config.ts"
186+ " configurations/vite.config.ts" ,
187+ " packages/e2e/scripts/**"
185188 ]
186189 },
187190 "packages/app" : {
You can’t perform that action at this time.
0 commit comments