Skip to content

Commit 282f35e

Browse files
author
Shaw
committed
ci: resolve CDN manifest from repo root
1 parent df0956a commit 282f35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-core/scripts/validate-cdn-assets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from "./lib/static-asset-manifest.mjs";
1616

1717
const here = path.dirname(fileURLToPath(import.meta.url));
18-
const repoRoot = path.resolve(here, "..");
18+
const repoRoot = path.resolve(here, "../../..");
1919
const CI_RETRYABLE_STATUSES = new Set([0, 429, 500, 502, 503, 504]);
2020

2121
function delay(ms) {

0 commit comments

Comments
 (0)