diff --git a/package.json b/package.json index e77834a..722c82f 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,12 @@ "private": true, "type": "module", "scripts": { - "build": "astro build", "dev": "astro dev --host 127.0.0.1", - "fmt": "prettier --write --plugin-search-dir=. .", - "lint": "prettier --check . && eslint . && stylelint '**/*.scss' && tsc", + "start": "astro dev --host 127.0.0.1", + "build": "astro build", "preview": "astro preview", - "test": "pnpm run lint" + "lint": "prettier --write --plugin=prettier-plugin-astro . && eslint --fix . && stylelint --fix '**/*.scss' && tsc --noEmit", + "test": "astro check && pnpm run lint" }, "browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead", "dependencies": {