Skip to content

Commit

Permalink
chore: add hugo server shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed May 3, 2024
1 parent 9ee5bd1 commit 2d9fc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"start": "ts-node src/index.ts",
"server": "hugo server -D --disableFastRender --noHTTPCache",
"typecheck": "tsc --noEmit",
"build": "tsc",
"format": "prettier --write src/**/*.ts"
Expand Down

0 comments on commit 2d9fc89

Please sign in to comment.