Skip to content

Commit 98d9e6d

Browse files
chore: remove --no-git-checks option from npm publish command
1 parent 045a2f4 commit 98d9e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- name: Publish package distributions to npm
7272
working-directory: ./frontend
7373
run: |
74-
npm publish --no-git-checks
74+
npm publish

0 commit comments

Comments
 (0)