mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
Quartz sync: May 6, 2024, 10:53 PM
This commit is contained in:
parent
039edf5ce1
commit
c437166f80
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
"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",
|
||||||
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
|
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
|
||||||
"serve": "npx quartz build --serve"
|
"serve": "npx quartz build --serve",
|
||||||
|
"deploy": "npx quartz sync --no-pull"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=9.3.1",
|
"npm": ">=9.3.1",
|
||||||
|
|
Loading…
Reference in a new issue