We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e38cc1 commit 67c920aCopy full SHA for 67c920a
.github/workflows/npm-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Step 5: Build the library with pnpm
30
- name: Build ng-mdx
31
- run: pnpm run lib.build
+ run: npm run lib.build
32
33
# Step 6: Copy the root README.md to the library folder
34
- name: Copy README.md to library folder
0 commit comments