From 55abf49208a97dd7e73185c5d54c398ba5f48684 Mon Sep 17 00:00:00 2001 From: Tyler Schloesser Date: Tue, 27 Feb 2024 08:43:33 -0800 Subject: [PATCH] disable husky on ci --- .github/workflows/deploy.yml | 5 +++-- packages/app/index.handlebars | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79c1a00..9551afb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - run: npm ci + - run: HUSKY=0 npm ci - run: npm test - run: npm run build - run: STAGE=staging npm run deploy @@ -36,6 +36,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - run: npm ci + - run: HUSKY=0 npm ci + - run: npm test - run: npm run build - run: STAGE=prod npm run deploy diff --git a/packages/app/index.handlebars b/packages/app/index.handlebars index 68f58d4..54fdc0c 100644 --- a/packages/app/index.handlebars +++ b/packages/app/index.handlebars @@ -242,4 +242,4 @@ - + \ No newline at end of file