diff --git a/package.json b/package.json index 855ca227a0de3..75b9fc841b19f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "check": "tsc --noEmit && npx prettier . --check", "format": "npx prettier . --write", "test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts", - "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1" + "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1", + "dev": "npx quartz build --serve" }, "engines": { "npm": ">=9.3.1",