Skip to content

Commit

Permalink
Fixing CI pipeline (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Dec 11, 2024
1 parent 3a2eb45 commit 45ab670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
node-version: 20.x

- name: Install Dependencies
run: npm run install-monorepo
- name: Install dependencies
run: npm ci -f

- name: 'Build backend'
run: npm run build:backend -w packages/admin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-lerna": "^3.7.0",
"@iobroker/types": "6.0.11",
"lerna": "^8.1.9"
},
"scripts": {
Expand Down

0 comments on commit 45ab670

Please sign in to comment.