Ben Schlegel
2023-08-25 340e3ef5116cd99c8ddfdbb3d9e0bbd914e07825
package.json
@@ -2,7 +2,7 @@
  "name": "@jackyzha0/quartz",
  "description": "🌱 publish your digital garden and notes as a website",
  "private": true,
  "version": "4.0.9",
  "version": "4.0.10",
  "type": "module",
  "author": "jackyzha0 <j.zhao2k19@gmail.com>",
  "license": "MIT",
@@ -12,6 +12,7 @@
    "url": "https://github.com/jackyzha0/quartz.git"
  },
  "scripts": {
    "docs": "npx quartz build --serve -d docs",
    "check": "tsc --noEmit && npx prettier . --check",
    "format": "npx prettier . --write",
    "test": "tsx ./quartz/util/path.test.ts",