Vallie Joseph hace 2 años
padre
commit
b63c69da2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
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'",