Skip to content

Commit 3a689e6

Browse files
authored
matterbridge --omit=dev (#16)
1 parent 88e8f08 commit 3a689e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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": {

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)