Quartz sync: May 6, 2024, 10:58 PM

This commit is contained in:
Ryan Kes 2024-05-06 22:58:36 +02:00
parent c437166f80
commit c7563b7f05

View file

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