Home
last modified time | relevance | path

Searched refs:privateKeyMatches (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DEasDispatch.ts160 const privateKeyMatches = glob.sync('*/certs/distribution/*.p12', { constant
164 assert(privateKeyMatches.length === 1);
165 const privateKeyPath = privateKeyMatches[0];