We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7d219 commit 3f9db14Copy full SHA for 3f9db14
1 file changed
.github/workflows/npm-publish.yml
@@ -44,10 +44,11 @@ jobs:
44
node-version: "20"
45
registry-url: "https://registry.npmjs.org"
46
cache: "pnpm"
47
+ cache-dependency-path: "packages/pnpm-lock.yaml"
48
49
- name: Install dependencies
50
run: |
- cd packages/messaging
51
+ cd packages
52
pnpm install
53
54
- name: Check version against npm registry
@@ -94,6 +95,7 @@ jobs:
94
95
96
97
98
99
100
101
@@ -102,7 +104,7 @@ jobs:
102
104
103
105
- name: Build package
106
- cd packages
107
+ cd packages/messaging
108
pnpm build
109
110
- name: Run linting
0 commit comments