refactor(workflows): use frozen lockfile

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-27 11:44:52 +01:00
committed by Braks
parent 9c4858f4fc
commit df58e4fc72

View File

@@ -37,7 +37,7 @@ jobs:
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: Install dependencies 👨🏻‍💻
run: pnpm install --no-frozen-lockfile
run: pnpm install
- name: Turbo Cache
id: turbo-cache