Skip to content

Commit c2820fd

Browse files
committed
fix: minor update for publishing
1 parent eb14b29 commit c2820fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Print Environment Info
5757
run: pnpm exec nx report
5858

59+
- name: Setup NPM
60+
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
61+
5962
- name: Publish packages
6063
run: pnpm exec nx release publish
6164
env:

pnpm-workspace.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ packages:
77
- "tests"
88
preferWorkspacePackages: true
99
linkWorkspacePackages: true
10+
gitChecks: false
1011
publicHoistPattern:
1112
# We have been preferring to use `prosemirror-*` packages instead of `@tiptap/pm` packages
1213
- "prosemirror-*"

0 commit comments

Comments
 (0)