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