You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Doc: Added info about SKIP_PREFLIGHT_CHECK
This commit is contained in:
@@ -37,6 +37,9 @@ async function main() {
|
||||
|
||||
console.info('Building extension...');
|
||||
process.chdir(clipperDir + '/popup');
|
||||
// SKIP_PREFLIGHT_CHECK avoids the error "There might be a problem with the project dependency tree." due to eslint 5.12.0 being
|
||||
// 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('SKIP_PREFLIGHT_CHECK=true npm run build'));
|
||||
|
||||
const dists = [
|
||||
|
Reference in New Issue
Block a user