1
0
Fork 0

fix(actions): Fixed typo in workflows

This commit is contained in:
Joost De Cock 2021-11-27 17:07:53 +01:00
parent 3d6ddb5957
commit 08b91098b1
26 changed files with 102 additions and 98 deletions

View file

@ -459,7 +459,11 @@ function configurePkgUnitTests(type, pkg, config) {
.map((dep) => dep + '@' + peerdeps[dep])
.join(' ')
}
: { version }
: {
version,
plugin: pkg,
Plugin: capitalize(pkg),
}
for (const file of ['shared.test.mjs']) {
fs.writeFileSync(