File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ From `samples/`:
2828### Build all of the examples.
2929
3030From ` samples/ ` :
31- ` $npmStr run build-all # Run build for all samples and generate all production files. `
31+ ` $npmStr run build-all `
3232
3333## Feedback
3434
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ From `samples/`:
2424### Build all of the examples.
2525
2626From ` samples/ ` :
27- ` $npmStr run build-all # Run build for all samples and generate all production files. `
27+ ` $npmStr run build-all `
2828
2929## Feedback
3030
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ From `samples/`:
144144### Build all of the examples.
145145
146146From ` samples/` :
147- ` $npmStr run build-all # Run build for all samples and generate all production files. `
147+ ` $npmStr run build-all`
148148
149149## Feedback
150150
@@ -161,4 +161,4 @@ git add "${OUTPUT_DIR}/${NAME}/${NAME}.jshtml"
161161git add " ${OUTPUT_DIR} /${NAME} /package.json"
162162git add " ${OUTPUT_DIR} /${NAME} /tsconfig.json"
163163git add " ${OUTPUT_DIR} /${NAME} /vite.config.js"
164- git add " ${OUTPUT_DIR} /${NAME} /README.md"
164+ git add " ${OUTPUT_DIR} /${NAME} /README.md"
You can’t perform that action at this time.
0 commit comments