Skip to content

Commit

Permalink
[conf] add npm run start script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Aug 14, 2024
1 parent b4dc04b commit f5f47ca
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 @@ -42,6 +42,7 @@
"fix:format": "biome format --write ./source",
"prepublishOnly": "run-s build",
"preversion": "run-s check test build",
"start": "node ./build/server.js",
"test": "vitest run",
"test:integration": "vitest run integration --coverage",
"test:unit": "vitest run unit --coverage"
Expand Down

0 comments on commit f5f47ca

Please sign in to comment.