Fix clipper build

pull/6558/head
Laurent Cozic 2022-06-06 16:10:21 +01:00
parent 6c0f3c3578
commit 87296a616a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ async function main() {
// installed by CRA and 6.1.0 by us. It doesn't affect anything though, and the behaviour of the preflight
// check is buggy so we can ignore it.
console.info(await execCommand(`rm -rf ${clipperDir}/popup/build`));
console.info(await execCommand('yarn run build'));
console.info(await execCommand('npm run build'));
const dists = {
chrome: {