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:
1158
1158
- false
1159
1159
include :
1160
1160
- test-application : ' create-remix-app'
1161
- build-command : ' test:build-sourcemaps'
1162
1161
assert-command : ' test:assert-sourcemaps'
1163
1162
label : ' create-remix-app (sourcemaps)'
1164
1163
- test-application : ' create-remix-app-legacy'
1165
- build-command : ' test:build-sourcemaps'
1166
1164
assert-command : ' test:assert-sourcemaps'
1167
1165
label : ' create-remix-app-legacy (sourcemaps)'
1168
1166
Original file line number Diff line number Diff line change 9
9
"typecheck" : " tsc" ,
10
10
"clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
11
11
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
12
- "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
13
12
"test:assert" : " pnpm playwright test" ,
14
- "test:assert-sourcemaps" : " pnpm -v "
13
+ "test:assert-sourcemaps" : " pnpm upload-sourcemaps "
15
14
},
16
15
"dependencies" : {
17
16
"@sentry/remix" : " latest || *" ,
Original file line number Diff line number Diff line change 9
9
"typecheck" : " tsc" ,
10
10
"clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
11
11
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
12
- "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
13
12
"test:assert" : " pnpm playwright test" ,
14
- "test:assert-sourcemaps" : " pnpm -v "
13
+ "test:assert-sourcemaps" : " pnpm upload-sourcemaps "
15
14
},
16
15
"dependencies" : {
17
16
"@sentry/remix" : " latest || *" ,
You can’t perform that action at this time.
0 commit comments