mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
chore: try publishing tauri.js with yarn (#1081)
It seems npm publish keeps hanging for an unknown reason.
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
],
|
||||
"publish": [
|
||||
{
|
||||
"command": "echo \"# NPM Package Publish\"",
|
||||
"command": "echo \"# Yarn Package Publish\"",
|
||||
"dryRunCommand": true,
|
||||
"pipe": true
|
||||
},
|
||||
@@ -121,7 +121,7 @@
|
||||
"pipe": true
|
||||
},
|
||||
{
|
||||
"command": "npm publish --access public",
|
||||
"command": "yarn publish --access public",
|
||||
"dryRunCommand": "npm publish --dry-run --access public",
|
||||
"pipe": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user