Skip to content

Commit 3822d58

Browse files
committed
fix postinstall
1 parent a3046ee commit 3822d58

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build/npm/postinstall.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const cp = require('child_process');
77
const path = require('path');
88
const yarn = process.platform === 'win32' ? 'yarn.cmd' : 'yarn';
99

10-
process.exit(0);
11-
1210
function yarnInstall(location, opts) {
1311
opts = opts || {};
1412
opts.cwd = location;

0 commit comments

Comments
 (0)