Skip to content

Commit

Permalink
Minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Dec 6, 2024
1 parent e454241 commit 332078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ "${1}" == 'publish' ]] ; then
echo 'Package and changelog versions do not match!'
exit 1
fi
# Generate package and run all examples
# Run all examples and generate output
cd examples && {
npm i || exit 1
for example in * ; do
Expand Down

0 comments on commit 332078d

Please sign in to comment.