We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639fcad commit 1e336b6Copy full SHA for 1e336b6
.changes/fix-yarn-pnp.md
@@ -0,0 +1,5 @@
1
+---
2
+"cli.js": patch
3
4
+
5
+Automatically unplug `@tauri-apps/cli` in yarn 2+ installations to fix the download of the rust-cli.
tooling/cli.js/package.json
@@ -16,6 +16,7 @@
16
"url": "https://opencollective.com/tauri"
17
},
18
"scripts": {
19
+ "postinstall": "",
20
"build": "rimraf ./dist && rollup -c --silent",
21
"build-release": "rimraf ./dist && cross-env NODE_ENV=production rollup -c",
22
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand --forceExit --no-cache --testPathIgnorePatterns=\"(build|dev)\"",
0 commit comments