From c7563b7f0507f927c93711918a7e2ff9d638093f Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 6 May 2024 22:58:36 +0200 Subject: [PATCH] Quartz sync: May 6, 2024, 10:58 PM --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d99978..0538bd8 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,7 @@ "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", - "serve": "npx quartz build --serve", - "deploy": "npx quartz sync --no-pull" + "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1" }, "engines": { "npm": ">=9.3.1",