Skip to content

Commit

Permalink
chore(): npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpu committed Jan 28, 2025
1 parent 3e38cc1 commit 7fab726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

# Step 5: Build the library with pnpm
- name: Build ng-mdx
run: pnpm run lib.build
run: npm run lib.build

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

- name: Publish to npm
run: npm Publish
run: cd dist/npx-md && npm publish

0 comments on commit 7fab726

Please sign in to comment.