We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146925 commit 98524fcCopy full SHA for 98524fc
samples/new1.sh
@@ -127,24 +127,24 @@ https://github.com/googlemaps-samples/js-api-samples.
127
128
### Before starting run:
129
130
-`$npmStr i`
+`$npm i`
131
132
### Run an example on a local web server
133
134
First `cd` to the folder for the sample to run, then:
135
136
-`$npmStr start`
+`$npm start`
137
138
### Build an individual example
139
140
From `samples/`:
141
142
-`$npmStr run build --workspace=sample-name/`
+`$npm run build --workspace=sample-name/`
143
144
### Build all of the examples.
145
146
147
-`$npmStr run build-all`
+`$npm run build-all`
148
149
## Feedback
150
0 commit comments