Skip to content

Commit 52fdcaa

Browse files
authored
skip prepublish on api (#10658)
1 parent ee0b53f commit 52fdcaa

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.changes/config.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -130,38 +130,6 @@
130130
"@tauri-apps/api": {
131131
"path": "./tooling/api",
132132
"manager": "javascript",
133-
"assets": [
134-
{
135-
"path": "./tooling/api/dist/tauri-apps-api-${ pkgFile.version }.tgz",
136-
"name": "tauri-apps-api-${ pkgFile.version }.tgz"
137-
}
138-
],
139-
"prepublish": [
140-
{
141-
"command": "pnpm i --frozen-lockfile",
142-
"dryRunCommand": true
143-
},
144-
{
145-
"command": "echo '<details>\n<summary><em><h4>PNPM Audit</h4></em></summary>\n\n```'",
146-
"dryRunCommand": true,
147-
"pipe": true
148-
},
149-
{
150-
"command": "pnpm audit",
151-
"dryRunCommand": true,
152-
"runFromRoot": true,
153-
"pipe": true
154-
},
155-
{
156-
"command": "echo '```\n\n</details>\n'",
157-
"dryRunCommand": true,
158-
"pipe": true
159-
},
160-
{
161-
"command": "pnpm npm-pack",
162-
"dryRunCommand": true
163-
}
164-
],
165133
"publish": [
166134
{
167135
"command": "echo '<details>\n<summary><em><h4>PNPM Publish</h4></em></summary>\n\n```'",

0 commit comments

Comments
 (0)