Skip to content

Commit

Permalink
chore: update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Aug 18, 2024
1 parent 8bf3314 commit 98a1f42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
7 changes: 6 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"workspaceLayout": { "projectNameAndRootFormat": "as-provided" },
"workspaceLayout": {},
"targetDefaults": {
"build": { "dependsOn": ["^build"], "cache": true },
"e2e": { "cache": true },
Expand All @@ -13,6 +13,11 @@
"@nx/eslint:lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore"],
"cache": true
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^default"]
}
},
"generators": { "@nx/react": { "application": { "babel": true }, "library": { "unitTestRunner": "none" } } },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@
"pnpm nx format --uncommitted"
]
},
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
"packageManager": "pnpm@9.7.1+sha256.46f1bbc8f8020aa9869568c387198f1a813f21fb44c82f400e7d1dbde6c70b40"
}

0 comments on commit 98a1f42

Please sign in to comment.