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 @@ -1158,11 +1158,9 @@ jobs:
11581158 - false
11591159 include :
11601160 - test-application : ' create-remix-app'
1161- build-command : ' test:build-sourcemaps'
11621161 assert-command : ' test:assert-sourcemaps'
11631162 label : ' create-remix-app (sourcemaps)'
11641163 - test-application : ' create-remix-app-legacy'
1165- build-command : ' test:build-sourcemaps'
11661164 assert-command : ' test:assert-sourcemaps'
11671165 label : ' create-remix-app-legacy (sourcemaps)'
11681166
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