@@ -0,0 +1,22 @@
.PHONY: dev build preview check lint clean install
install:
npm install
dev:
npm run dev
build:
npm run build
preview:
npm run preview
check:
npm run check
lint:
clean:
rm -rf dist/ .astro/ node_modules/
The note is not visible to the blocked user.