Skip to content

Commit

Permalink
ci: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Jun 23, 2024
1 parent 3872716 commit 29b76b2
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 @@ -39,7 +39,8 @@
"test": "pnpm test:up && pnpm test:jest && pnpm test:down",
"test:up": "cd test && docker compose up -d",
"test:jest": "jest --forceExit --config .config/jest/.jestrc.json",
"test:down": "cd test && docker compose down"
"test:down": "cd test && docker compose down",
"release": "semantic-release"
},
"dependencies": {
"@fastify/static": "7.0.4",
Expand Down

0 comments on commit 29b76b2

Please sign in to comment.