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 b11d4fd commit 30879d2Copy full SHA for 30879d2
samples/docs.sh
@@ -18,6 +18,7 @@ DIST_DIR="../../dist/samples/${NAME}/docs"
18
mkdir -p ${DIST_DIR}
19
20
# Copy files
21
+cp "${OUTPUT_DIR}/${NAME}/index.ts" "${DIST_DIR}/index.ts"
22
cp "${OUTPUT_DIR}/${NAME}/index.js" "${DIST_DIR}/index.js"
23
cp "${OUTPUT_DIR}/${NAME}/index.html" "${DIST_DIR}/index.html"
24
cp "${OUTPUT_DIR}/${NAME}/style.css" "${DIST_DIR}/style.css"
0 commit comments