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 5ee3c05 commit b7de25aCopy full SHA for b7de25a
package.json
@@ -8,6 +8,7 @@
8
"unpkg": "dist/index.umd.js",
9
"scripts": {
10
"build": "microbundle build && npm run cp:css",
11
+ "watch": "microbundle watch && npm run cp:css",
12
"cp:css": "cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
13
"format": "prettier --write 'src/**/*.js'",
14
"prepublishOnly": "npm run build"
0 commit comments