diff --git a/script/build b/script/build index c70c27754..71ab00f45 100755 --- a/script/build +++ b/script/build @@ -86,7 +86,8 @@ if (!argv.existingBinaries) { if (!argv.generateApiDocs) { binariesPromise .then(packageApplication) - .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) + // FIXME: Re-enable snapshotting + // .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) .then(packagedAppPath => { switch (process.platform) { case 'darwin': {