From 047fc24a130fb214d5b54c1ce5977d537ccd5e74 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 18 Jan 2024 12:17:42 +0100 Subject: [PATCH] add script to build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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