We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb14b29 commit c2820fdCopy full SHA for c2820fd
.github/workflows/publish.yaml
@@ -56,6 +56,9 @@ jobs:
56
- name: Print Environment Info
57
run: pnpm exec nx report
58
59
+ - name: Setup NPM
60
+ run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
61
+
62
- name: Publish packages
63
run: pnpm exec nx release publish
64
env:
pnpm-workspace.yaml
@@ -7,6 +7,7 @@ packages:
7
- "tests"
8
preferWorkspacePackages: true
9
linkWorkspacePackages: true
10
+gitChecks: false
11
publicHoistPattern:
12
# We have been preferring to use `prosemirror-*` packages instead of `@tiptap/pm` packages
13
- "prosemirror-*"
0 commit comments