Skip to content

Commit

Permalink
fix typo in node-red-contrib-harmony-websocket prebuild, remove dir o…
Browse files Browse the repository at this point in the history
…n update (fix #449)
  • Loading branch information
hobbyquaker committed Dec 13, 2020
1 parent a1c4f5e commit 71ed658
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addon_files/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ if [ -d $RED_DIR/npm-cache ]; then
touch $RED_DIR/var/npm-cache/.nobackup
fi

#
# https://github.com/rdmtc/RedMatic/issues/449
#
if [ -d $RED_DIR/lib/node_modules/\ node-red-contrib-harmony-websocket ]; then
rm -r $RED_DIR/lib/node_modules/\ node-red-contrib-harmony-websocket
fi


#
# Remove package-lock
Expand Down

0 comments on commit 71ed658

Please sign in to comment.