Skip to content

Commit ffb35f3

Browse files
committed
Fix CSS copying on Windows
1 parent 0f6e66f commit ffb35f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prepare": "npm run build",
88
"build": "npm run build:js && npm run build:css && npm run build:img",
99
"build:js": "rollup --output.format=iife --name=L.Control.Geocoder --globals=leaflet:L src/index.js --output.file=dist/Control.Geocoder.js --sourcemap",
10-
"build:css": "cpr Control.Geocoder.css dist/ --overwrite",
10+
"build:css": "cpr Control.Geocoder.css dist/Control.Geocoder.css --overwrite",
1111
"build:img": "cpr images/ dist/images/ --overwrite",
1212
"test": "npm run lint",
1313
"lint": "npm run lint:js && npm run lint:css",

0 commit comments

Comments
 (0)