Skip to content

Commit

Permalink
[pre-release] [0.0.55] trying to fix publish from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Dec 12, 2024
1 parent 6649b6f commit 956769f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ for str in $packages; do
mkdir -p src/$str
cp -R ../packages/$str/src/* src/$str
done
find src -name "three-examples" -type d -exec rm -rf {} \;

npm run run-doc-gen
rm -rf src
Expand Down

0 comments on commit 956769f

Please sign in to comment.