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 107028d commit 2993d31Copy full SHA for 2993d31
demo-web/npm-build.sh
@@ -41,7 +41,7 @@ cp build/index.html build/embedded-php.html;
41
cp build/index.html build/select-framework.html;
42
cp build/index.html build/install-demo.html;
43
cp build/index.html build/code-editor.html;
44
-cp build/index.html dbg-preview.html;
+cp build/index.html build/dbg-preview.html;
45
git add \
46
../docs/*js \
47
../docs/*.html \
demo-web/dbg-preview.html docs/dbg-preview.htmldemo-web/dbg-preview.html renamed to docs/dbg-preview.html
0 commit comments