From a87f0798daaddcd220496ab9db9eacfd01b2e332 Mon Sep 17 00:00:00 2001 From: Liran Cohen Date: Fri, 20 Sep 2024 13:43:20 -0400 Subject: [PATCH] modify the order so common comes first in build order --- .github/workflows/alpha-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha-npm.yml b/.github/workflows/alpha-npm.yml index a722ea5fd..810f26c12 100644 --- a/.github/workflows/alpha-npm.yml +++ b/.github/workflows/alpha-npm.yml @@ -22,7 +22,7 @@ jobs: env: # Packages not listed here will be excluded from publishing # These are currently in a specific order due to dependency requirements - PACKAGES: "crypto crypto-aws-kms common dids credentials agent identity-agent proxy-agent user-agent api" + PACKAGES: "common crypto crypto-aws-kms dids credentials agent identity-agent proxy-agent user-agent api browser" steps: - name: Checkout source