Skip to content

Commit

Permalink
Fix some of the text
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Feb 10, 2022
1 parent 4cc9a6e commit 7ef1825
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Starting to build release..."
echo " "
echo "This will:"
echo "- run the test suite"
echo "- build CCS Frontend into the 'dist/' directory"
echo "- build CCS Prototype Kit Model Interface into the 'dist/' directory"
echo "- commit all changes and push the branch to remote"
echo " "

Expand Down
1 change: 0 additions & 1 deletion bin/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ echo "- publish the package if it has not been published already"
echo "- check that there is not already a tag published"
echo "- create a new tag"
echo "- push the tag to remote origin"
echo "- create a zip file of the 'dist/' directory locally"
echo " "

read -r -p "Do you want to continue? [y/N] " continue_prompt
Expand Down

0 comments on commit 7ef1825

Please sign in to comment.