Skip to content

Commit acb41c3

Browse files
committed
feat: add ability to generate a local library
1 parent c6fc8e7 commit acb41c3

File tree

12 files changed

+278
-91
lines changed

12 files changed

+278
-91
lines changed

.github/workflows/build-templates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
--author-url https://test.test \
113113
--repo-url https://test.test \
114114
--type ${{ matrix.type }} \
115-
--languages ${{ matrix.language }}
115+
--languages ${{ matrix.language }} \
116+
--no-local
116117
117118
- name: Cache dependencies of library
118119
id: library-yarn-cache

0 commit comments

Comments
 (0)