Skip to content

Commit d25102e

Browse files
committed
build: add build and serve scripts to package.json
1 parent 14a3a29 commit d25102e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"check": "tsc --noEmit && npx prettier . --check",
1818
"format": "npx prettier . --write",
1919
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",
20-
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
20+
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
21+
"build": "npx -y quartz build",
22+
"sere": "npx -y quartz build --serve"
2123
},
2224
"engines": {
2325
"npm": ">=9.3.1",

0 commit comments

Comments
 (0)