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 22b62cd commit f750d03Copy full SHA for f750d03
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"build": "microbundle --external react,events && cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
11
"format": "prettier --write 'src/**/*.js'",
12
- "prepublish": "npm run build"
+ "prepublishOnly": "npm run build"
13
},
14
"husky": {
15
"hooks": {
0 commit comments