Skip to content

Commit

Permalink
Merge pull request #314 from oslokommune/fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy through GitHub Actions
  • Loading branch information
petterhj authored Jun 11, 2024
2 parents 8570fa5 + b6970cf commit 4e1ad5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bydelsfakta",
"version": "1.1.75",
"version": "1.1.76",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -88,5 +88,8 @@
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.6.0",
"vite": "^5.2.12"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}

0 comments on commit 4e1ad5f

Please sign in to comment.