From b63c69da2f9e2cb0987d979f1225242dd0315274 Mon Sep 17 00:00:00 2001
From: Vallie Joseph <vmjoseph@github.com>
Date: Tue, 6 Dec 2022 17:16:20 +0000
Subject: [PATCH] .

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e590f11..9c2c075 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "checkout action",
   "main": "lib/main.js",
   "scripts": {
-    "build-full": "npm run format && npm run build && npm run test",
+    "build-full": "npm i --package-lock && npm ci && npm run format && npm run build && npm run test",
     "build": "tsc && ncc build && node lib/misc/generate-docs.js",
     "format": "prettier --write '**/*.ts'",
     "format-check": "prettier --check '**/*.ts'",