From 1fd87485639ca0dc46a0be99584c6291ee563e42 Mon Sep 17 00:00:00 2001 From: Jacob Phillips Date: Mon, 18 Nov 2024 13:37:46 -0500 Subject: [PATCH] try removing obfuscate from preview PR --- .github/workflows/preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1aa6481..37ea733 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -38,7 +38,6 @@ jobs: run: | npm ci npm run build - npm run obfuscate - name: Deploy preview uses: rossjrw/pr-preview-action@v1