fix(ci): run pnpm install with `--no-frozen-lockfile`

pull/562/head
Lucas Nogueira 2 years ago
parent e510f2fe4c
commit b8a565eb9f
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -53,7 +53,7 @@
"updater", "updater",
"window" "window"
], ],
"postversion": "pnpm install" "postversion": "pnpm install --no-frozen-lockfile"
}, },
"api-example-js": { "api-example-js": {
"path": "./examples/api", "path": "./examples/api",

Loading…
Cancel
Save