From 3df924681b19702422c54f362998b1d89f9ec263 Mon Sep 17 00:00:00 2001 From: Jeff Lee Date: Sun, 22 Oct 2023 21:02:24 -0400 Subject: [PATCH] haaaands --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f630450..683d685 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Synchronized display of imagery across multiple digital photo frames", "scripts": { - "postinstall": "(cd servers/firebase && npm ci && npm run build)" + "postinstall": "(cd servers/firebase && npm i && npm run build)" }, "author": "Jeffrey Lee", "license": "MIT"