We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3900d44 commit c83fbeaCopy full SHA for c83fbea
package.json
@@ -4,7 +4,7 @@
4
"description": "Samples for the Google Maps JavaScript API.",
5
"scripts": {
6
"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",
+ "build-prod": "npm run generate-index && npm run clean && npm run build --workspaces && ./.git/hooks/post-build.sh",
8
"clean": "bash samples/clean.sh",
9
"generate-index": "bash samples/generate-index.sh"
10
},
0 commit comments