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 d3a4c49 commit c84e60fCopy full SHA for c84e60f
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.sh",
+ "build-prod": "npm run generate-index && npm run clean && npm run build --workspaces && bash post-build.sh",
8
"clean": "bash samples/clean.sh",
9
"generate-index": "bash samples/generate-index.sh"
10
},
0 commit comments