Skip to content

Commit

Permalink
chore: npm serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Jan 9, 2025
1 parent 39ce5f3 commit c771c95
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 @@ -34,7 +34,8 @@
"typedoc": "typedoc --options ./typedoc.json",
"prettify:packages-jsons": "prettier-package-json --write ./**/*/package.json",
"release:dry": "multi-semantic-release --dry-run --deps.bump=inherit --deps.release=inherit --ignore-private-packages --debug ",
"release": "multi-semantic-release --deps.bump=inherit --deps.release=inherit --ignore-private-packages"
"release": "multi-semantic-release --deps.bump=inherit --deps.release=inherit --ignore-private-packages",
"serve": "node scripts/run-demo-server.js"
},
"engines": {
"npm": ">=7.0.0",
Expand Down

0 comments on commit c771c95

Please sign in to comment.