Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function zipper(done) {
'!dist', '!dist/**',
'!pnpm-debug.log',
'!pnpm-lock.yaml',
'!pnpm-workspace.yaml',
// Keep pnpm-workspace.yaml so standalone installs inherit
// the supply-chain policy.
'!AGENTS.md',
'!CLAUDE.md',
'!gulpfile.js'
Expand Down
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
strictDepBuilds: true
minimumReleaseAge: 4320
blockExoticSubdeps: true

allowBuilds:
# Optional dtrace bindings for bunyan through gscan; not needed to build, zip, or scan the theme.
dtrace-provider: false
Loading