File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 130
130
"@tauri-apps/api" : {
131
131
"path" : " ./tooling/api" ,
132
132
"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
- ],
165
133
"publish" : [
166
134
{
167
135
"command" : " echo '<details>\n <summary><em><h4>PNPM Publish</h4></em></summary>\n\n ```'" ,
You can’t perform that action at this time.
0 commit comments