chore: publish tauri.js@0.13.0 (#1085)

We temporarily turned off publishing for it since it was hanging. Up the loglevel and try again.
This commit is contained in:
Jacob Bolda 2020-11-12 11:09:50 -06:00 committed by GitHub
parent 5a90de80bd
commit 717d607e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@
"pipe": true
},
{
"command": "yarn publish --access public",
"command": "yarn publish --access public --loglevel silly",
"dryRunCommand": "npm publish --dry-run --access public",
"pipe": true
},
@ -140,7 +140,6 @@
},
"packages": {
"tauri.js": {
"publish": false,
"path": "./cli/tauri.js",
"manager": "javascript",
"dependencies": ["tauri"],