From 502653f8d845832183865a69d50d103dc178aa1c Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sun, 25 Feb 2024 07:10:48 -0500 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b547274..7a52f2c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ publish: - bash -c "source .env && npx wrangler pages deploy public " + bash -c "source .env && npx wrangler pages deploy public --project-name swarthmore-computer-club "