quartz build

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

16
.vscode/mklink.md vendored
View File

@ -4,14 +4,14 @@
# mklink /J "L:\Git\jackyzha0-quartz-phares\content\.Infineon" "D:\5-Other-Small\Notes\Infineon" # mklink /J "L:\Git\jackyzha0-quartz-phares\content\.Infineon" "D:\5-Other-Small\Notes\Infineon"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\_-Review" "D:\5-Other-Small\Notes\Infineon\_-Review" mklink /J "L:\Git\jackyzha0-quartz-phares\content\_-Review" "D:\5-Other-Small\Notes\Infineon\_-Review"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\1-1" "D:\5-Other-Small\Notes\Infineon\1;1" mklink /J "L:\Git\jackyzha0-quartz-phares\content\1-1" "D:\5-Other-Small\Notes\Infineon\1;1"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\CEP" "D:\5-Other-Small\Notes\Infineon\CEP" mklink /J "L:\Git\jackyzha0-quartz-phares\content\cep" "D:\5-Other-Small\Notes\Infineon\cep"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\CI-CD" "D:\5-Other-Small\Notes\Infineon\CI-CD" mklink /J "L:\Git\jackyzha0-quartz-phares\content\ci-cd" "D:\5-Other-Small\Notes\infineon\ci-cd"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\cli" "D:\5-Other-Small\Notes\Infineon\cli" mklink /J "L:\Git\jackyzha0-quartz-phares\content\cli" "D:\5-Other-Small\Notes\infineon\cli"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\draw-io" "D:\5-Other-Small\Notes\Infineon\draw-io" mklink /J "L:\Git\jackyzha0-quartz-phares\content\draw-io" "D:\5-Other-Small\Notes\infineon\draw-io"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\EAF" "D:\5-Other-Small\Notes\Infineon\EAF" mklink /J "L:\Git\jackyzha0-quartz-phares\content\eaf" "D:\5-Other-Small\Notes\infineon\eaf"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\IIS" "D:\5-Other-Small\Notes\Infineon\IIS" mklink /J "L:\Git\jackyzha0-quartz-phares\content\iis" "D:\5-Other-Small\Notes\infineon\iis"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\OI" "D:\5-Other-Small\Notes\Infineon\OI" mklink /J "L:\Git\jackyzha0-quartz-phares\content\oi" "D:\5-Other-Small\Notes\infineon\oi"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\Training" "D:\5-Other-Small\Notes\Infineon\Training" mklink /J "L:\Git\jackyzha0-quartz-phares\content\training" "D:\5-Other-Small\Notes\infineon\training"
# #
mklink /J "L:\Git\jackyzha0-quartz-phares\content\Barcode-Host-Tasks" "D:\5-Other-Small\Kanban\Barcode-Host\tasks" mklink /J "L:\Git\jackyzha0-quartz-phares\content\Barcode-Host-Tasks" "D:\5-Other-Small\Kanban\Barcode-Host\tasks"
``` ```

View File

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