Skip to content

Commit

Permalink
fix: warning in env variable from release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 9, 2024
1 parent 341c359 commit 96b14be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"release": "release-it"
"release": "dotenv release-it"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.5",
Expand Down

0 comments on commit 96b14be

Please sign in to comment.