diff --git a/package.json b/package.json index 6460458..b213ae5 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "scripts": { "quartz": "./quartz/bootstrap-cli.mjs", "docs": "npx quartz build --serve -d docs", + "dev": "npx quartz build --serve", "check": "tsc --noEmit && npx prettier . --check", "format": "npx prettier . --write", "test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts", @@ -107,4 +108,4 @@ "tsx": "^4.11.2", "typescript": "^5.4.5" } -} +} \ No newline at end of file