mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2026-04-01 15:10:24 +02:00
init
This commit is contained in:
5
enlightApp/internals/scripts/CheckYarn.js
Normal file
5
enlightApp/internals/scripts/CheckYarn.js
Normal file
@@ -0,0 +1,5 @@
|
||||
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"
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user