Skip to content

Instantly share code, notes, and snippets.

@arcanis
Created June 27, 2019 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcanis/016a24597ec641b51abf1b97e7e5f769 to your computer and use it in GitHub Desktop.
Save arcanis/016a24597ec641b51abf1b97e7e5f769 to your computer and use it in GitHub Desktop.
module.exports = {
name: `berry-plugin-is-yarn`,
factory: () => ({
default: {
hooks: {
setupScriptEnvironment(project, env, makePathWrapper) {
env.IS_YARN = `1`;
},
},
},
}),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment