Skip to content

Commit

Permalink
modify the order so common comes first in build order
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 20, 2024
1 parent 27a425b commit a87f079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a87f079

Please sign in to comment.