quartz build

This commit is contained in:
2024-07-13 12:49:26 -07:00
parent f5da6fe2ae
commit 371a52b086
2 changed files with 11 additions and 10 deletions

View File

@ -12,9 +12,10 @@
"url": "https://github.com/jackyzha0/quartz.git"
},
"scripts": {
"quartz": "./quartz/bootstrap-cli.mjs",
"quartz": "npx quartz/bootstrap-cli.mjs",
"docs": "npx quartz build --serve -d docs",
"build": "npx netlify build",
"build:quartz": "npx quartz build",
"build:netlify": "npx netlify build",
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",