chore: adjust yarn warning [ci skip]
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
if (!/yarn\.js$/.test(process.env.npm_execpath || '')) {
|
||||
console.warn(
|
||||
"\u001b[33mYou don't seem to be using yarn. This could produce unexpected results.\u001b[39m"
|
||||
'\u001b[33mThis repository requires Yarn 1.x for scripts to work properly.\u001b[39m\n'
|
||||
)
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user