Skip to content

Commit c190fec

Browse files
committed
workflow: include template package.jsons in the workspace
So that the deps are managed by pnpm and can be updated automatically with either `pnpm up` or renovate
1 parent 3009dfd commit c190fec

File tree

2 files changed

+140
-1
lines changed

2 files changed

+140
-1
lines changed

pnpm-lock.yaml

Lines changed: 138 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- 'playground/**'
3-
- '!template/**'
3+
- 'template/base'
4+
- 'template/config/**'

0 commit comments

Comments
 (0)