Skip to content

Commit

Permalink
add and update johnny-five plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 19, 2019
1 parent 0492b11 commit cf40d40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ scp $DEST/package.json $REMOTE:$REMOTE_PATH

ssh -t $REMOTE "cd $REMOTE_PATH ; npm install --global-style --unsafe-perm"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production raspi-io"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production pinoccio-io"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production bean-io"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production blend-micro-io"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production imp-io"
ssh -t $REMOTE "cd $REMOTE_PATH/node_modules/node-red-contrib-johnny-five ; npm install --save --unsafe-perm --global-style --production particle-io"

rm -r ${DEST}/lib/node_modules

Expand Down

0 comments on commit cf40d40

Please sign in to comment.