Skip to content

Commit

Permalink
Added fresh build dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirr007 committed Jun 19, 2023
1 parent 706345c commit 50a9f34
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 @@ -15,7 +15,7 @@
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"prepush": "node prepush.mjs",
"deploy-prod": "npm run build && git add . && git commit -m `Added-fresh-build-dist-folder` && git push"
"deploy-prod": "npm run build && git add . && git commit -m \"Added fresh build dist folder\" && git push"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 50a9f34

@vercel
Copy link

@vercel vercel bot commented on 50a9f34 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.