From 52fdcaaf283ec67130698fb2340642fbee8cb3b5 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Sun, 18 Aug 2024 05:55:19 -0500 Subject: [PATCH] skip prepublish on api (#10658) --- .changes/config.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 2f53c8230..0615c4428 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -130,38 +130,6 @@ "@tauri-apps/api": { "path": "./tooling/api", "manager": "javascript", - "assets": [ - { - "path": "./tooling/api/dist/tauri-apps-api-${ pkgFile.version }.tgz", - "name": "tauri-apps-api-${ pkgFile.version }.tgz" - } - ], - "prepublish": [ - { - "command": "pnpm i --frozen-lockfile", - "dryRunCommand": true - }, - { - "command": "echo '
\n

PNPM Audit

\n\n```'", - "dryRunCommand": true, - "pipe": true - }, - { - "command": "pnpm audit", - "dryRunCommand": true, - "runFromRoot": true, - "pipe": true - }, - { - "command": "echo '```\n\n
\n'", - "dryRunCommand": true, - "pipe": true - }, - { - "command": "pnpm npm-pack", - "dryRunCommand": true - } - ], "publish": [ { "command": "echo '
\n

PNPM Publish

\n\n```'",