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

This commit is contained in:
Lucas Fernandes Nogueira
2023-08-15 06:54:40 -07:00
committed by GitHub
parent e510f2fe4c
commit 1a94e73db7
+1 -1
View File
@@ -53,7 +53,7 @@
"updater",
"window"
],
"postversion": "pnpm install"
"postversion": "pnpm install --no-frozen-lockfile"
},
"api-example-js": {
"path": "./examples/api",