diff --git a/package.json b/package.json index c3bf2a3..4d99978 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "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" + "serve": "npx quartz build --serve", + "deploy": "npx quartz sync --no-pull" }, "engines": { "npm": ">=9.3.1",