Skip to content

Commit

Permalink
adding in script for serve
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Feb 1, 2024
1 parent 788581d commit 2a92660
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 @@ -31,6 +31,7 @@
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./yarn.lock",
"build": "rimraf ./dist && tsc",
"test": "xo --fix && vitest run --coverage",
"serve": "node bin/writr.mjs serve -s ./site -o ./dist/site-output",
"prepare": "yarn run build"
},
"bin": {
Expand Down

0 comments on commit 2a92660

Please sign in to comment.