Skip to content

Commit 44b60d0

Browse files
committed
Include submodule sync step in GH Action build process
We need access to the pattern library to be able to proceed
1 parent 2f8f797 commit 44b60d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
release_branch: release
2121
built_asset_paths: build
2222
build_script: |
23+
git submodule update --init vendor/hm-pattern-library
2324
npm ci --legacy-peer-deps
2425
npm run build

0 commit comments

Comments
 (0)