Skip to content

Commit 95ddd6a

Browse files
committed
chore(package): adjust cross-env in task
1 parent 8fe9b97 commit 95ddd6a

File tree

2 files changed

+972
-31
lines changed

2 files changed

+972
-31
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",

0 commit comments

Comments
 (0)