Skip to content

Commit

Permalink
Update versioning check script
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Oct 25, 2022
1 parent d7fb7bc commit 215af99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/versioningCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ git checkout $LATEST_RELEASE

# Compile release

npm i --force && npx truffle compile
npm ci --force && npx truffle compile
rm -rf build-$LATEST_RELEASE || true
mv build build-$LATEST_RELEASE

git checkout yarn.lock
rm package-lock.json

# Compile current commit
git checkout $CURRENT_BRANCH
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
Expand Down Expand Up @@ -147,4 +144,4 @@ do

done

exit $STATUS
exit $STATUS

0 comments on commit 215af99

Please sign in to comment.