Skip to content

Commit 916bc85

Browse files
committed
chore(): npm-publish
1 parent 3e38cc1 commit 916bc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
# Step 5: Build the library with pnpm
3030
- name: Build ng-mdx
31-
run: pnpm run lib.build
31+
run: npm run lib.build
3232

3333
# Step 6: Copy the root README.md to the library folder
3434
- name: Copy README.md to library folder
3535
run: cp README.md dist/ngx-md/README.md
3636

3737
- name: Publish to npm
38-
run: npm Publish
38+
run: npm publish dist/ngx-md

0 commit comments

Comments
 (0)