We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72307af commit 3928ebeCopy full SHA for 3928ebe
.github/workflows/npm-publish.yml
@@ -24,6 +24,7 @@ jobs:
24
- uses: actions/setup-node@v2
25
with:
26
node-version: 20
27
+ registry-url: 'https://registry.npmjs.org'
28
29
# Only install dev dependencies, for the binary. No need to install deps for the source code.
30
- name: Install dependencies
@@ -34,9 +35,6 @@ jobs:
34
35
- name: Build binary
36
run: pnpm run build-bin
37
working-directory: ./examples/get-started
- - name: Run git diff
38
- run: git diff
39
- working-directory: ./examples/get-started
40
41
- name: Publish to npm
42
# --no-git-checks is needed because "rollup-linux-x64-gnu" is out sync
0 commit comments