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 90eeaa3 commit 30583abCopy full SHA for 30583ab
.github/scripts/prepare-pages.sh
@@ -13,7 +13,7 @@ cp -r examples/* _site/examples/
13
14
# Copy dist folder for example pages to access the scripts
15
echo "Copying dist folder..."
16
-mkdir -p _site/dist
+mkdir -p _site/packages/css-if-polyfill/dist/
17
cp -r packages/css-if-polyfill/dist/* _site/packages/css-if-polyfill/dist/
18
19
# Copy the index.html template
0 commit comments