Skip to content

Commit

Permalink
[#121] Refactor to separate fetching strategies for template generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Sep 28, 2023
1 parent 1e348f0 commit 574ae8c
Show file tree
Hide file tree
Showing 9 changed files with 44,322 additions and 13,642 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "npm"

- name: NPM install
run: npm ci && lerna bootstrap --ci
run: npm ci && lerna bootstrap --ci

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

0 comments on commit 574ae8c

Please sign in to comment.