attempt no freeze

This commit is contained in:
Marston Connell 2023-04-27 10:37:00 -04:00
parent 74cde3c2f7
commit c2ae341971

View File

@ -19,7 +19,7 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build website
run: yarn build