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

pull/560/head
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent e510f2fe4c
commit 1a94e73db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save