build: --yes when creating a triton profile

This commit is contained in:
Sérgio Ramos 2017-06-19 16:15:18 +01:00
parent 443752dc75
commit d9d5e6be4e

View File

@ -31,7 +31,7 @@ const createTritonProfile = async () => {
curr: true curr: true
}); });
const cp = execa('triton', ['profile', 'create', '-f', '-'], { const cp = execa('triton', ['profile', 'create', '--yes', '-f', '-'], {
input: payload input: payload
}); });