File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1160,11 +1160,9 @@ jobs:
11601160 - false
11611161 include :
11621162 - test-application : ' create-remix-app'
1163- build-command : ' test:build-sourcemaps'
11641163 assert-command : ' test:assert-sourcemaps'
11651164 label : ' create-remix-app (sourcemaps)'
11661165 - test-application : ' create-remix-app-legacy'
1167- build-command : ' test:build-sourcemaps'
11681166 assert-command : ' test:assert-sourcemaps'
11691167 label : ' create-remix-app-legacy (sourcemaps)'
11701168
Original file line number Diff line number Diff line change 99 "typecheck" : " tsc" ,
1010 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
1111 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
12- "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
1312 "test:assert" : " pnpm playwright test" ,
14- "test:assert-sourcemaps" : " pnpm -v "
13+ "test:assert-sourcemaps" : " pnpm upload-sourcemaps "
1514 },
1615 "dependencies" : {
1716 "@sentry/remix" : " latest || *" ,
Original file line number Diff line number Diff line change 99 "typecheck" : " tsc" ,
1010 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
1111 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
12- "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
1312 "test:assert" : " pnpm playwright test" ,
14- "test:assert-sourcemaps" : " pnpm -v "
13+ "test:assert-sourcemaps" : " pnpm upload-sourcemaps "
1514 },
1615 "dependencies" : {
1716 "@sentry/remix" : " latest || *" ,
You can’t perform that action at this time.
0 commit comments