Skip to content

Commit 51501c5

Browse files
committed
refactor(package): use new start command
1 parent 02a20dd commit 51501c5

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
@@ -24,7 +24,7 @@
2424
"postversion": "git push -u origin chore/release-${npm_package_version} && git push --tags --no-verify",
2525
"start:sample-map": "cd examples && npm run clean-examples && npm i && npm run start:map",
2626
"start:map-with-markers": "cd examples && npm run clean-examples && npm i && npm run start:map-markers",
27-
"start:autocomplete-example": "cd examples && npm run clean-examples && npm i && npm run start:autocomplete",
27+
"start:autocomplete-example": "cd examples && npm run clean-examples && npm run start:autocomplete",
2828
"start:geocoding-example": "cd examples && npm run clean-examples && npm i && npm run start:geocoding"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)