Skip to content

Commit

Permalink
rename post-deploy to post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Apr 11, 2024
1 parent 963c241 commit 69dbf77
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,7 +3,7 @@
"version": "5.1.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && ./post-deploy.sh",
"build": "vue-tsc --noEmit && vite build && ./post-build.sh",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
Expand Down
File renamed without changes.

0 comments on commit 69dbf77

Please sign in to comment.