build: update tooling configs and ignore files
This commit is contained in:
@@ -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/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user