From 83c79ff355d284d41044d8507b5c441077335a69 Mon Sep 17 00:00:00 2001 From: tedezed Date: Thu, 3 Oct 2024 16:34:47 +0200 Subject: [PATCH] fix lock --- .github/workflows/template-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index b560007..e4f2ca4 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -51,6 +51,6 @@ jobs: run: | set -x cd ${PROJECT_PATH} - rm tarn.lock + rm yarn.lock yarn yarn dev