diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js index 802fde3a4c78f4aa1c39de008890b4fd3b807779..7b6ccd5d9d2f24c203ff6f584e8abcf85d0c3127 100644 --- a/build/npm/postinstall.js +++ b/build/npm/postinstall.js @@ -7,8 +7,6 @@ const cp = require('child_process'); const path = require('path'); const yarn = process.platform === 'win32' ? 'yarn.cmd' : 'yarn'; -process.exit(0); - function yarnInstall(location, opts) { opts = opts || {}; opts.cwd = location;