Skip to content

Commit

Permalink
fix npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
benderristone committed Dec 31, 2023
1 parent 80e7dc6 commit e728758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build-npm
- run: yarn nx build material-formtastic
- run: cp README.md dist/packages/material-formtastic/README.md
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e728758

Please sign in to comment.