Skip to content

Commit c84e60f

Browse files
authored
fix: Updates build-prod to correctly reference post-build.sh (#103)
1 parent d3a4c49 commit c84e60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Samples for the Google Maps JavaScript API.",
55
"scripts": {
66
"build-all": "npm run generate-index && npm run clean && npm run build --workspaces",
7-
"build-prod": "npm run generate-index && npm run clean && npm run build --workspaces && ./.git/hooks/post-build.sh",
7+
"build-prod": "npm run generate-index && npm run clean && npm run build --workspaces && bash post-build.sh",
88
"clean": "bash samples/clean.sh",
99
"generate-index": "bash samples/generate-index.sh"
1010
},

0 commit comments

Comments
 (0)