File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ https://github.com/googlemaps-samples/js-api-samples.
1111
1212### Before starting run:
1313
14- ` $npmStr i `
14+ ` $npm i `
1515
1616### Run an example on a local web server
1717
1818First ` cd ` to the folder for the sample to run, then:
1919
20- ` $npmStr start `
20+ ` $npm start `
2121
2222### Build an individual example
2323
2424From ` samples/ ` :
2525
26- ` $npmStr run build --workspace=sample-name/ `
26+ ` $npm run build --workspace=sample-name/ `
2727
2828### Build all of the examples.
2929
3030From ` samples/ ` :
31- ` $npmStr run build-all `
31+ ` $npm run build-all `
3232
3333## Feedback
3434
Original file line number Diff line number Diff line change @@ -7,24 +7,24 @@ https://github.com/googlemaps-samples/js-api-samples.
77
88### Before starting run:
99
10- ` $npmStr i `
10+ ` $npm i `
1111
1212### Run an example on a local web server
1313
1414First ` cd ` to the folder for the sample to run, then:
1515
16- ` $npmStr start `
16+ ` $npm start `
1717
1818### Build an individual example
1919
2020From ` samples/ ` :
2121
22- ` $npmStr run build --workspace=sample-name/ `
22+ ` $npm run build --workspace=sample-name/ `
2323
2424### Build all of the examples.
2525
2626From ` samples/ ` :
27- ` $npmStr run build-all `
27+ ` $npm run build-all `
2828
2929## Feedback
3030
Original file line number Diff line number Diff line change @@ -127,24 +127,24 @@ https://github.com/googlemaps-samples/js-api-samples.
127127
128128### Before starting run:
129129
130- ` $npmStr i`
130+ ` $npm i`
131131
132132### Run an example on a local web server
133133
134134First ` cd` to the folder for the sample to run, then:
135135
136- ` $npmStr start`
136+ ` $npm start`
137137
138138### Build an individual example
139139
140140From ` samples/` :
141141
142- ` $npmStr run build --workspace=sample-name/`
142+ ` $npm run build --workspace=sample-name/`
143143
144144### Build all of the examples.
145145
146146From ` samples/` :
147- ` $npmStr run build-all`
147+ ` $npm run build-all`
148148
149149## Feedback
150150
You can’t perform that action at this time.
0 commit comments