chore: Work on peer-deps in worflows
This commit is contained in:
parent
7874e297d6
commit
d1ad6ee7e5
31 changed files with 63 additions and 181 deletions
|
@ -478,8 +478,10 @@ function configurePatternUnitTests(pkg, config) {
|
|||
// Write templates
|
||||
let replace = {
|
||||
pattern: pkg,
|
||||
Pattern: capitalize(pkg)
|
||||
Pattern: capitalize(pkg),
|
||||
peerdeps: Object.keys(peerDependencies(pkg, config, 'pattern')).join(' ')
|
||||
};
|
||||
|
||||
for (let file of ["config.test.js"]) {
|
||||
fs.writeFileSync(
|
||||
path.join(dest, file),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue