Просмотр исходного кода

hacks because pnpify wont work

Adam Shaw 4 лет назад
Родитель
Сommit
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(