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",