Skip to content

Commit

Permalink
Edit release-it configuration (#484)
Browse files Browse the repository at this point in the history
* Edit release-it configuration in package.json

* Edit .env.example
  • Loading branch information
louis-md authored May 24, 2024
1 parent 1fcb06d commit 3615a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ NEXT_PUBLIC_HOST_URL='http://localhost:3000'
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=
NEXT_PUBLIC_GOOGLE_ANALYTICS_DOMAIN=
NEXT_PUBLIC_IS_PRODUCTION=false
GITHUB_TOKEN=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit --incremental false",
"prepush": "pnpm lint && pnpm typecheck && pnpm validate-resources",
"prepare": "husky install",
"release": "release-it --no-npm"
"release": "env-cmd release-it --no-npm --only-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3615a47

Please sign in to comment.