File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ jobs:
5252 echo "HUBOT_ROOT=$( mktemp -d )" >> $GITHUB_ENV
5353 - name : Create and configure Hubot instance
5454 run : |
55+ npm link
5556 npx hubot --create $HUBOT_ROOT
5657 cd $HUBOT_ROOT
5758 mkdir -p configuration src/scripts # silence warnings
5859 echo "Creating Hubot for this adapter in $TEMP_ROOT and installing Hubot from $HUBOT_DIR"
59- npm install --save github:xurizaemon/hubot-matrix#update-esm github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
60+ npm link hubot-matrix
61+ npm install --save github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
6062 npm show matrix-js-sdk
6163 echo '["@xurizaemon/hubot-farewell", "@xurizaemon/hubot-startup"]' > external-scripts.json
6264 echo "PATH=$PATH:$( pwd )/node_modules/.bin" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments