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 88 "formatter" : " prettier --check ." ,
99 "test" : " npm run linter && npm run typecheck && npm run formatter" ,
1010 "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" ,
1212 "start:map" : " cross-env EXAMPLE_ENTRY=./basic-google-map/index.html npm run start:example" ,
1313 "start:map-with-markers" : " cross-env EXAMPLE_ENTRY=./google-map-with-markers/index.html npm run start:example" ,
1414 "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