From b8a565eb9f41395b08f69093309e76d940c238c6 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 15 Aug 2023 10:49:55 -0300 Subject: [PATCH] fix(ci): run pnpm install with `--no-frozen-lockfile` --- .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",