diff --git a/package.json b/package.json index 362932a..689849e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro build", "start": "astro dev", "lint": "eslint ./src/**/*.ts", - "build": "pnpm lint && astro check && astro build", + "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "story:dev": "storybook dev -p 6006 --no-open", @@ -61,4 +61,4 @@ "typescript-eslint": "^8.15.0", "vite": "^5.4.9" } -} +} \ No newline at end of file