Skip to content

Commit 574ae8c

Browse files
committed
[#121] Refactor to separate fetching strategies for template generation
1 parent 1e348f0 commit 574ae8c

File tree

9 files changed

+44322
-13642
lines changed

9 files changed

+44322
-13642
lines changed

.github/workflows/test-cli-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "npm"
2626

2727
- name: NPM install
28-
run: npm ci && lerna bootstrap --ci
28+
run: npm ci && lerna bootstrap --ci
2929

3030
- name: Run tests
3131
run: npm run test --workspace=packages/cli-tool

0 commit comments

Comments
 (0)