d64cf051be
Closes: #6949 [via git-merge-pr]
10 lines
409 B
Diff
10 lines
409 B
Diff
--- bin/yarn-bundle-entry.js.orig 2017-07-04 18:50:29.701379167 -0500
|
|
+++ bin/yarn-bundle-entry.js 2017-07-04 17:27:32.749746288 -0500
|
|
@@ -3,5 +3,5 @@
|
|
/* eslint-disable flowtype/require-valid-file-annotation */
|
|
'use strict';
|
|
|
|
-require('../lib/v8-compile-cache');
|
|
-module.exports = require('../lib/yarn-cli');
|
|
+require('/usr/lib/yarn/v8-compile-cache');
|
|
+module.exports = require('/usr/lib/yarn/yarn-cli');
|