File tree Expand file tree Collapse file tree 2 files changed +972
-31
lines changed Expand file tree Collapse file tree 2 files changed +972
-31
lines changed Original file line number Diff line number Diff line change 8
8
"formatter" : " prettier --check ." ,
9
9
"test" : " npm run linter && npm run typecheck && npm run formatter" ,
10
10
"clean-examples" : " rm -rf ./public ../.parcel-cache" ,
11
- "start:example" : " npm run clean-examples && cross-env $(cat .env) cross-env PARCEL_AUTOINSTALL=false parcel serve $EXAMPLE_ENTRY --dist-dir public --port 1234 --no-cache" ,
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
12
"start:map" : " cross-env EXAMPLE_ENTRY=./basic-google-map/index.html npm run start:example" ,
13
13
"start:map-with-markers" : " cross-env EXAMPLE_ENTRY=./google-map-with-markers/index.html npm run start:example" ,
14
14
"start:multiple-maps" : " cross-env EXAMPLE_ENTRY=./multiple-google-maps/index.html npm run start:example" ,
You can’t perform that action at this time.
0 commit comments