We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e38cc1 commit 7fab726Copy full SHA for 7fab726
.github/workflows/npm-publish.yml
@@ -28,11 +28,11 @@ 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
35
run: cp README.md dist/ngx-md/README.md
36
37
- name: Publish to npm
38
- run: npm Publish
+ run: cd dist/npx-md && npm publish
0 commit comments