File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "updateContentCommand" : {
13- "matterbridge-install" : " npm install -g matterbridge" ,
13+ "matterbridge-install" : " npm install -g matterbridge --omit=dev " ,
1414 "npm-install" : " npm install"
1515 },
1616 "postStartCommand" : {
Original file line number Diff line number Diff line change 1515 with :
1616 node-version : 24.x
1717 - run : sudo chmod 440 /etc/sudoers.d/runner
18- - run : sudo npm install -g matterbridge
18+ - run : sudo npm install -g matterbridge --omit=dev
1919 - run : npm ci
2020 - run : npm run build
2121 - run : sudo npm link
4242 - uses : actions/setup-node@v4
4343 with :
4444 node-version : 24.x
45- - run : npm install -g matterbridge
45+ - run : npm install -g matterbridge --omit=dev
4646 - run : npm ci
4747 - run : npm run build
4848 - run : npm link
You can’t perform that action at this time.
0 commit comments