From 0d9cb03aa0fcfdfac412ddbe7250b21736732c46 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 22 Jun 2024 03:34:49 +0100 Subject: [PATCH] chore: remove prebuild --- .github/workflows/ci.yml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c549b..a3d0057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Deploy to Netlify uses: nwtgck/actions-netlify@v1.2 with: - publish-dir: ./build + publish-dir: ./dist production-branch: main deploy-message: Deploy from GitHub Actions enable-pull-request-comment: true diff --git a/package.json b/package.json index 21137f2..a7c5979 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ "test:ui": "vitest --ui", "lint": "eslint src --max-warnings=0", "typecheck": "tsc --project tsconfig.json --noEmit", - "prepare": "husky install", - "prebuild": "npm run test" + "prepare": "husky install" }, "dependencies": { "@emotion/react": "^11.11.4",