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