From 1a94e73db709b40e1a3c6459c530bb87064555bc Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 15 Aug 2023 06:54:40 -0700 Subject: [PATCH] fix(ci): run pnpm install with `--no-frozen-lockfile` (#562) --- .changes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/config.json b/.changes/config.json index aea71dac..57e60c11 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -53,7 +53,7 @@ "updater", "window" ], - "postversion": "pnpm install" + "postversion": "pnpm install --no-frozen-lockfile" }, "api-example-js": { "path": "./examples/api",