Skip to content

Commit a135adc

Browse files
committed
chore: Update serve script in package.json
1 parent 2d26661 commit a135adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",
2020
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
2121
"build": "npx -y quartz build",
22-
"sere": "npx -y quartz build --serve"
22+
"serve": "npx -y quartz build --serve"
2323
},
2424
"engines": {
2525
"npm": ">=9.3.1",

0 commit comments

Comments
 (0)