Commit f05f3c9

HPCesia <me@hpcesia.com>
2025-02-16 03:54:56
fix: remove redundant check in build script
1 parent 3bf9d93
Changed files (1)
package.json
@@ -4,7 +4,7 @@
   "version": "0.1.0",
   "scripts": {
     "dev": "astro dev",
-    "build": "astro check && astro build",
+    "build": "astro build",
     "preview": "astro preview",
     "astro": "astro",
     "lint": "eslint ./src --fix && stylelint ./src/**/*.{scss,css,astro} --fix && astro check",