Skip to content

Commit 944f6cf

Browse files
Move git checks configuration to workspace level
1 parent cca3338 commit 944f6cf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install -g corepack@latest
2020
- run: corepack enable
21-
- run: pnpm install --prod --frozen-lockfile
22-
- run: pnpm -r publish --no-git-checks
21+
- run: pnpm install --frozen-lockfile
22+
- run: pnpm -r publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
gitChecks: false
12
packages:
23
- "packages/*"
34
- "apps/*"

0 commit comments

Comments
 (0)