Merge pull request #340 from spotify/freben/codeowners
[cli] Add CODEOWNERS support to create-plugin
This commit is contained in:
@@ -37,6 +37,8 @@ async function main() {
|
||||
|
||||
const createPlugin = spawnPiped(['yarn', 'create-plugin']);
|
||||
createPlugin.stdin.write('test-plugin\n');
|
||||
await new Promise(resolve => setTimeout(resolve, 2000));
|
||||
createPlugin.stdin.write('@someuser\n');
|
||||
|
||||
print('Waiting for plugin create script to be done');
|
||||
await waitForExit(createPlugin);
|
||||
|
||||
Reference in New Issue
Block a user