Skip to content

Commit ecdf64b

Browse files
Added Dev Command
1 parent 65dd609 commit ecdf64b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"check": "tsc --noEmit && npx prettier . --check",
1818
"format": "npx prettier . --write",
1919
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",
20-
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
20+
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
21+
"dev": "npx quartz build --serve"
2122
},
2223
"engines": {
2324
"npm": ">=9.3.1",

0 commit comments

Comments
 (0)