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 3498035 commit 7fa4e30Copy full SHA for 7fa4e30
samples/new1.sh
@@ -144,7 +144,7 @@ From `samples/`:
144
### Build all of the examples.
145
146
From `samples/`:
147
-`$npmStr run build-all # Run build for all samples and generate all production files.`
+`$npmStr run build-all`
148
149
## Feedback
150
@@ -161,4 +161,4 @@ git add "${OUTPUT_DIR}/${NAME}/${NAME}.jshtml"
161
git add "${OUTPUT_DIR}/${NAME}/package.json"
162
git add "${OUTPUT_DIR}/${NAME}/tsconfig.json"
163
git add "${OUTPUT_DIR}/${NAME}/vite.config.js"
164
-git add "${OUTPUT_DIR}/${NAME}/README.md"
+git add "${OUTPUT_DIR}/${NAME}/README.md"
0 commit comments