Skip to content

Commit c83fbea

Browse files
authored
Update package.json (#101)
1 parent 3900d44 commit c83fbea

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",
7+
"build-prod": "npm run generate-index && npm run clean && npm run build --workspaces && ./.git/hooks/post-build.sh",
88
"clean": "bash samples/clean.sh",
99
"generate-index": "bash samples/generate-index.sh"
1010
},

0 commit comments

Comments
 (0)