We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f4cf3 commit 0b3d2ecCopy full SHA for 0b3d2ec
2 files changed
scripts/check.mjs
@@ -49,6 +49,10 @@ async function main() {
49
args: ['scripts/validate-no-link-deps.mjs'],
50
command: 'node',
51
},
52
+ {
53
+ args: ['scripts/validate-bundle-deps.mjs'],
54
+ command: 'node',
55
+ },
56
]
57
58
const exitCodes = await runParallel(checks)
0 commit comments