pnpm uses frozen instead of ci

This commit is contained in:
AAGaming
2022-10-14 23:29:32 -04:00
parent f23ea5b841
commit acdea6da44

View File

@@ -62,7 +62,7 @@ jobs:
working-directory: ./frontend
run: |
npm i -g pnpm
pnpm ci --frozen-lockfile
pnpm i --frozen-lockfile
- name: Build JS Frontend 🛠️
working-directory: ./frontend