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",