Explorar el Código

Merge pull request #4279 from SukkaW/package-json-corepack

chore: specify yarn 1 in package.json
fred-bf hace 1 año
padre
commit
61ce3868b5
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -63,5 +63,6 @@
   },
   "resolutions": {
     "lint-staged/yaml": "^2.2.2"
-  }
-}
+  },
+  "packageManager": "yarn@1.22.19"
+}