File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1154,6 +1154,13 @@ jobs:
11541154 - false
11551155 label :
11561156 - false
1157+ include :
1158+ - test-application : ' create-remix-app'
1159+ build-command : ' test:build-sourcemaps'
1160+ label : ' create-remix-app (sourcemaps)'
1161+ - test-application : ' create-remix-app-legacy'
1162+ build-command : ' test:build-sourcemaps'
1163+ label : ' create-remix-app-legacy (sourcemaps)'
11571164
11581165 steps :
11591166 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "sideEffects" : false ,
44 "scripts" : {
5- "build" : " remix build --sourcemap && ./upload-sourcemaps.sh" ,
5+ "build" : " remix build --sourcemap" ,
6+ "upload-sourcemaps" : " ./upload-sourcemaps.sh" ,
67 "dev" : " remix dev" ,
78 "start" : " remix-serve build" ,
89 "typecheck" : " tsc" ,
910 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
1011 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
12+ "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
1113 "test:assert" : " pnpm playwright test"
1214 },
1315 "dependencies" : {
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "sideEffects" : false ,
44 "scripts" : {
5- "build" : " remix build --sourcemap && ./upload-sourcemaps.sh" ,
5+ "build" : " remix build --sourcemap" ,
6+ "upload-sourcemaps" : " ./upload-sourcemaps.sh" ,
67 "dev" : " remix dev" ,
78 "start" : " NODE_OPTIONS='--require=./instrument.server.cjs' remix-serve build" ,
89 "typecheck" : " tsc" ,
910 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
1011 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
12+ "test:build-sourcemaps" : " pnpm install && npx playwright install && pnpm build && pnpm upload-sourcemaps" ,
1113 "test:assert" : " pnpm playwright test"
1214 },
1315 "dependencies" : {
You can’t perform that action at this time.
0 commit comments