@@ -0,0 +1,5 @@
+---
+"cli.js": patch
+
+Automatically unplug `@tauri-apps/cli` in yarn 2+ installations to fix the download of the rust-cli.
@@ -16,6 +16,7 @@
"url": "https://opencollective.com/tauri"
},
"scripts": {
+ "postinstall": "",
"build": "rimraf ./dist && rollup -c --silent",
"build-release": "rimraf ./dist && cross-env NODE_ENV=production rollup -c",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand --forceExit --no-cache --testPathIgnorePatterns=\"(build|dev)\"",