Skip to content

Commit

Permalink
clean: remove unnecessary copy-env script from set-global-env script
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak committed Jan 18, 2025
1 parent ba2c340 commit 54ee3e8
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 @@ -33,7 +33,7 @@
"prepare": "husky",
"update-version": "bash update_version.sh",
"copy_env": "bash copy_env.sh",
"set-global-env": "pnpm copy_env && bash set_global_env.sh",
"set-global-env": "bash set_global_env.sh",
"postinstall": "pnpm copy_env"
},
"dependencies": {
Expand Down

0 comments on commit 54ee3e8

Please sign in to comment.