Skip to content

Commit

Permalink
add a build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Aug 3, 2023
1 parent 7b6b16d commit 6f355d9
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 @@ -2,7 +2,8 @@
"name": "showdown.space",
"packageManager": "pnpm@8.6.7",
"scripts": {
"dev": "vitepress dev --port=${PORT:-6059}"
"dev": "vitepress dev --port=${PORT:-6059}",
"build": "vitepress build"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down

0 comments on commit 6f355d9

Please sign in to comment.