build: update tooling configs and ignore files

This commit is contained in:
2026-03-24 17:21:07 +01:00
parent 4151901413
commit 68bf950505
5 changed files with 20 additions and 4 deletions

View File

@@ -7,8 +7,10 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:eslint": "eslint",
"lint:markuplint": "markuplint '**/*.{astro,html}'",
"lint:markuplint": "markuplint './{public,src}/**/*.{astro,html}'",
"lint:stylelint": "stylelint .",
"deploy": "astro build && scp -r dist/* vds:~/dockervolumes/f1r3xyz_website/web/"
},