Skip to content

Commit

Permalink
Prune devdependencies (#165)
Browse files Browse the repository at this point in the history
* 👷 bruker bygg-branch aap workflows med prune-steg

* 🔥 patch-package trengs ikke i yarn > 2

* 🐛

* yarn.lock

* bytter til main workflow branch for bygg
  • Loading branch information
tidnav authored Oct 24, 2024
1 parent 5186de2 commit 677a0fe
Show file tree
Hide file tree
Showing 3 changed files with 986 additions and 2,094 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
imageSuffix: -dev-gcp
vars: .nais/dev.yaml
deployProd:
needs: buildProd
needs: [buildProd, deployDev]
uses: navikt/aap-workflows/.github/workflows/deploy.yml@main
permissions:
contents: read
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"jest-environment-jsdom": "^29.7.0",
"json-diff": "^1.0.6",
"lint-staged": "^15.2.7",
"patch-package": "^8.0.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"ts-jest": "^29.1.5"
Expand All @@ -79,8 +78,7 @@
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json",
"postinstall": "patch-package"
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 677a0fe

Please sign in to comment.