add script to build
This commit is contained in:
parent
5b0701ce93
commit
047fc24a13
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
"scripts": {
|
||||
"quartz": "./quartz/bootstrap-cli.mjs",
|
||||
"docs": "npx quartz build --serve -d docs",
|
||||
"dev": "npx quartz build --serve",
|
||||
"check": "tsc --noEmit && npx prettier . --check",
|
||||
"format": "npx prettier . --write",
|
||||
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",
|
||||
|
@ -107,4 +108,4 @@
|
|||
"tsx": "^4.11.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue