mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
fix(ci): run pnpm install with --no-frozen-lockfile (#562)
This commit is contained in:
committed by
GitHub
parent
e510f2fe4c
commit
1a94e73db7
@@ -53,7 +53,7 @@
|
||||
"updater",
|
||||
"window"
|
||||
],
|
||||
"postversion": "pnpm install"
|
||||
"postversion": "pnpm install --no-frozen-lockfile"
|
||||
},
|
||||
"api-example-js": {
|
||||
"path": "./examples/api",
|
||||
|
||||
Reference in New Issue
Block a user