diff --git a/package.json b/package.json index a0feb96..33e1005 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "scripts": { "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", @@ -105,4 +106,4 @@ "tsx": "^4.7.1", "typescript": "^5.3.3" } -} +} \ No newline at end of file