Skip to content

Commit

Permalink
Use NVM to set the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 10, 2023
1 parent 46c0957 commit fe05363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account-gui/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
rm -Rf public/bundle*
rm -Rf target/*
source $NVM_DIR/nvm.sh
nvm use
yarn install --force && yarn test && yarn build
2 changes: 2 additions & 0 deletions myconext-gui/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
rm -Rf public/bundle*
rm -Rf target/*
source $NVM_DIR/nvm.sh
nvm use
yarn install --force && yarn test && yarn build

0 comments on commit fe05363

Please sign in to comment.