Skip to content

Commit

Permalink
build: add script for version via lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Oct 10, 2023
1 parent f2d77b7 commit 553ffac
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 @@ -13,7 +13,8 @@
"lint-fix": "lerna run lint-fix",
"start-frontend": "npm run -w app start",
"start-backend": "npm run -w api start",
"docker-start": "NODE_ENV=$SERVICE_STAGE SERVE_FRONTEND=yesplease node api/dist/index.js"
"docker-start": "NODE_ENV=$SERVICE_STAGE SERVE_FRONTEND=yesplease node api/dist/index.js",
"version": "lerna version --force-publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 553ffac

Please sign in to comment.