Skip to content

Commit a00615a

Browse files
committed
Move build to dist
1 parent 52dc1bb commit a00615a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
run: |
8181
echo "<html><body><pre>" > ./dist/build.html
8282
npm run build |& tee -a ./dist/build.html
83+
mv ./build/* ./dist
8384
echo "</pre></body></html>" >> ./dist/build.html
8485
echo "* [Build](../build.html)" >> docs/quick-links.md
8586
# Run Tests

0 commit comments

Comments
 (0)