Skip to content

Commit b7de25a

Browse files
committed
Add watch command to make development easier
1 parent 5ee3c05 commit b7de25a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"unpkg": "dist/index.umd.js",
99
"scripts": {
1010
"build": "microbundle build && npm run cp:css",
11+
"watch": "microbundle watch && npm run cp:css",
1112
"cp:css": "cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
1213
"format": "prettier --write 'src/**/*.js'",
1314
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)