You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
infrastructure: skip preflight check for building clipper
This commit is contained in:
@@ -37,7 +37,7 @@ async function main() {
|
||||
|
||||
console.info('Building extension...');
|
||||
process.chdir(clipperDir + '/popup');
|
||||
console.info(await execCommand('npm run build'));
|
||||
console.info(await execCommand('SKIP_PREFLIGHT_CHECK=true npm run build'));
|
||||
|
||||
const dists = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user