Skip to content

Commit

Permalink
some adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Apr 17, 2024
1 parent c8a4425 commit e7bebc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"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",
"dev": "npx quartz build --serve"
},
"engines": {
"npm": ">=9.3.1",
Expand Down

0 comments on commit e7bebc7

Please sign in to comment.