mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-28 17:38:53 +02:00
fix(ci): run pnpm install with --no-frozen-lockfile (#562)
This commit is contained in:
@@ -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