1
0
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:
Laurent Cozic
2019-09-07 09:56:06 +01:00
committed by GitHub
parent 20abb125a5
commit 76a4a445f0

View File

@@ -37,6 +37,9 @@ async function main() {
console.info('Building extension...'); console.info('Building extension...');
process.chdir(clipperDir + '/popup'); 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')); console.info(await execCommand('SKIP_PREFLIGHT_CHECK=true npm run build'));
const dists = [ const dists = [