فهرست منبع

hacks because pnpify wont work

Adam Shaw 4 سال پیش
والد
کامیت
ee2d8d9d48
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 4 0
      scripts/contrib-run.js
  2. 4 0
      scripts/example-run.js

+ 4 - 0
scripts/contrib-run.js

@@ -31,6 +31,10 @@ for (let projName of projNames) {
   switch(projName) {
 
     case 'angular':
+      // !!! - HACK: pnpify is broken with our built yarn (see .yarnrc.yml)
+      console.log('SKIPPING PnP simulation')
+      continue
+      // !!!
       console.log('Using PnP simulation')
       console.log('')
       exec.sync(

+ 4 - 0
scripts/example-run.js

@@ -51,6 +51,10 @@ for (let projName of projNames) {
       break
 
     case 'angular':
+      // !!! - HACK: pnpify is broken with our built yarn (see .yarnrc.yml)
+      console.log('SKIPPING PnP simulation')
+      continue
+      // !!!
       console.log('Using PnP simulation')
       console.log()
       exec.sync(