|
9 | 9 | "test": "npm run linter && npm run typecheck && npm run formatter",
|
10 | 10 | "clean-examples": "rm -rf ./public ../.parcel-cache",
|
11 | 11 | "start:example": "npm run clean-examples && cross-env $(cat .env) PARCEL_AUTOINSTALL=false parcel serve $EXAMPLE_ENTRY --dist-dir public --port 1234 --no-cache",
|
12 |
| - "start:map": "EXAMPLE_ENTRY=./basic-google-map/index.html npm run start:example", |
13 |
| - "start:map-with-markers": "EXAMPLE_ENTRY=./google-map-with-markers/index.html npm run start:example", |
14 |
| - "start:multiple-maps": "EXAMPLE_ENTRY=./multiple-google-maps/index.html npm run start:example", |
15 |
| - "start:geocoding-service": "EXAMPLE_ENTRY=./geocoding-service/index.html npm run start:example", |
16 |
| - "start:places-service": "EXAMPLE_ENTRY=./places-service/index.html npm run start:example", |
17 |
| - "start:places-service-with-element": "EXAMPLE_ENTRY=./places-service-with-element/index.html npm run start:example", |
18 |
| - "start:places-autocomplete-widget": "EXAMPLE_ENTRY=./places-autocomplete-widget/index.html npm run start:example", |
19 |
| - "start:directions-service": "EXAMPLE_ENTRY=./directions-service/index.html npm run start:example", |
20 |
| - "start:distance-matrix-service": "EXAMPLE_ENTRY=./distance-matrix-service/index.html npm run start:example", |
21 |
| - "start:elevation-service": "EXAMPLE_ENTRY=./elevation-service/index.html npm run start:example", |
22 |
| - "start:max-zoom-service": "EXAMPLE_ENTRY=./max-zoom-service/index.html npm run start:example", |
23 |
| - "start:places-autocomplete-service": "EXAMPLE_ENTRY=./places-autocomplete-service/index.html npm run start:example", |
24 |
| - "start:street-view-panorama-map": "EXAMPLE_ENTRY=./street-view-panorama-map/index.html npm run start:example", |
25 |
| - "start:street-view-panorama-element": "EXAMPLE_ENTRY=./street-view-panorama-with-element/index.html npm run start:example", |
| 12 | + "start:map": "cross-env EXAMPLE_ENTRY=./basic-google-map/index.html npm run start:example", |
| 13 | + "start:map-with-markers": "cross-env EXAMPLE_ENTRY=./google-map-with-markers/index.html npm run start:example", |
| 14 | + "start:multiple-maps": "cross-env EXAMPLE_ENTRY=./multiple-google-maps/index.html npm run start:example", |
| 15 | + "start:geocoding-service": "cross-env EXAMPLE_ENTRY=./geocoding-service/index.html npm run start:example", |
| 16 | + "start:places-service": "cross-env EXAMPLE_ENTRY=./places-service/index.html npm run start:example", |
| 17 | + "start:places-service-with-element": "cross-env EXAMPLE_ENTRY=./places-service-with-element/index.html npm run start:example", |
| 18 | + "start:places-autocomplete-widget": "cross-env EXAMPLE_ENTRY=./places-autocomplete-widget/index.html npm run start:example", |
| 19 | + "start:directions-service": "cross-env EXAMPLE_ENTRY=./directions-service/index.html npm run start:example", |
| 20 | + "start:distance-matrix-service": "cross-env EXAMPLE_ENTRY=./distance-matrix-service/index.html npm run start:example", |
| 21 | + "start:elevation-service": "cross-env EXAMPLE_ENTRY=./elevation-service/index.html npm run start:example", |
| 22 | + "start:max-zoom-service": "cross-env EXAMPLE_ENTRY=./max-zoom-service/index.html npm run start:example", |
| 23 | + "start:places-autocomplete-service": "cross-env EXAMPLE_ENTRY=./places-autocomplete-service/index.html npm run start:example", |
| 24 | + "start:street-view-panorama-map": "cross-env EXAMPLE_ENTRY=./street-view-panorama-map/index.html npm run start:example", |
| 25 | + "start:street-view-panorama-element": "cross-env EXAMPLE_ENTRY=./street-view-panorama-with-element/index.html npm run start:example", |
26 | 26 | "preversion": "echo \"To create a new library version run 'npm version -w library' in the repository root.\""
|
27 | 27 | },
|
28 | 28 | "license": "MIT",
|
|
0 commit comments