Skip to content

Commit 3066771

Browse files
committed
fix(ci): wrong prepublish scripts for @tauri-apps/api
1 parent 3522fbd commit 3066771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
],
143143
"prepublish": [
144144
{
145-
"command": "pnpm",
145+
"command": "pnpm i --frozen-lockfile",
146146
"dryRunCommand": true
147147
},
148148
{

0 commit comments

Comments
 (0)